from_to_time_picker 1.2.2 copy "from_to_time_picker: ^1.2.2" to clipboard
from_to_time_picker: ^1.2.2 copied to clipboard

Simple duration time range picker that enable user pick start time and end time of day in both 24h and 12h format

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add from_to_time_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  from_to_time_picker: ^1.2.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:from_to_time_picker/from_to_time_picker.dart';
56
likes
160
pub points
81%
popularity

Publisher

unverified uploader

Simple duration time range picker that enable user pick start time and end time of day in both 24h and 12h format

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on from_to_time_picker