duration_picker2 2.0.1 copy "duration_picker2: ^2.0.1" to clipboard
duration_picker2: ^2.0.1 copied to clipboard

retracted

A time picker widget that can select both minutes and hours. Fork from duration_picker.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add duration_picker2

With Flutter:

 $ flutter pub add duration_picker2

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

dependencies:
  duration_picker2: ^2.0.1

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:duration_picker2/duration_picker.dart';
6
likes
0
pub points
53%
popularity

Publisher

verified publishertbm98.dev

A time picker widget that can select both minutes and hours. Fork from duration_picker.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on duration_picker2