Device Calendar Plugin A cross-platform plugin for modifying calendars on the user’s device. Breaking changes at v4 If you’re upgrading from previous versions, your code will need to be modified (slightly), otherwise it will not run after the update. See Timezone support for more details. There are some changes to event JSON formats at v4. ..
Category : Date & Time
A flutter package that can be used to import scrollable datetime timeline. Features supports Web, Androidcan change the Color according to your UI Getting started To use this package add it to the pubspec.yaml and run ‘flutter pub get’Now, you can import ‘DateTimeLine()’ widget and use it. Usage Below is an example code for using ..
World Time This is a project developed in flutter for displaying time of the available locations. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help ..
World Time World Time Flutter Project. Demo Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
The Dart Time Machine is a date and time library for Flutter, Web, and Server with support for timezones, calendars, cultures, formatting and parsing. Time Machine provides an alternative date and time API over Dart Core. For comparision: Dart Core API Duration – an amount of time with microsecond precision DateTime – a unique point on the utc_timeline or ..
HAG-Timetable-App This is a Timetable app for a specific school in Germany. This app exists because the only current way to view the Timetable without the app is via IServ and is very difficult to use and does not in the slightest look visually interesting. View Website Download timetable app source code on GitHub https://github.com/RedstoneMedia/HAG-Timetable-App ..
date_time_picker A Flutter widget to show a text form field to display a date or clock dialog.This widget extend TextField and has a similar behavior as TextFormField Usage In the pubspec.yaml of your flutter project, add the following dependency: dependencies: … date_time_picker: “^1.1.0” In your library add the following import: import ‘package:date_time_picker/date_time_picker.dart’; For help getting started with ..
Syncfusion Flutter Date Range Picker The Syncfusion Flutter Date Range Picker is a lightweight widget that allows users to easily select a single date, multiple dates, or a range of dates. It provides month, year, decade, and century view options to quickly navigate to the desired date. It supports minimum, maximum, and disabled dates to ..
Flutter World Time App A new Flutter application. A really small flutter App which displays the current time from multiple cities. Download Flutter World Time App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Nepali Date Picker Material and Cupertino Style Date Picker with Bikram Sambat(Nepali) Calendar Support. Supports Android, iOS and Fuchsia. Available in Nepali and English Languages. Nepali Date Picker returns data in NepaliDateTime type, which is included in nepali_utils package. NOTE: Use version 3.2.0+2 to support versions prior to Flutter 1.14.x Click here to launch WEB DEMO Salient Features Material DatePicker Cupertino DatePicker Adaptive ..
Nepali Utilities for Dart A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Number, Nepali Unicode, Nepali Moments and many more. Utility Classes NepaliDateTime DateConversion NepaliDateFormat NepaliNumberFormat NepaliUnicode NepaliMoment many yet to come Language Setup Default language for Nepali Utility classes can be set as: void main(){ NepaliUtils(Language.nepali); ..