from_to_time_picker 1.2.2
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_pickerThis 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.2Alternatively, 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';