from_to_time_picker 1.2.0 copy "from_to_time_picker: ^1.2.0" to clipboard
from_to_time_picker: ^1.2.0 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 Dart:

 $ dart pub add from_to_time_picker

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 dart pub get):

dependencies:
  from_to_time_picker: ^1.2.0

Alternatively, your editor might support dart pub get or 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';
59
likes
0
points
171
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on from_to_time_picker