duration_picker_dialog_box 1.0.2
duration_picker_dialog_box: ^1.0.2 copied to clipboard
A Duration Picker for selecting Duration and set the various Duration fields - Days, Hours, Minutes, Seconds, MilliSeconds, MicroSeconds.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add duration_picker_dialog_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
duration_picker_dialog_box: ^1.0.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:duration_picker_dialog_box/duration_picker_dialog_box.dart';