duration_picker 1.1.1 copy "duration_picker: ^1.1.1" to clipboard
duration_picker: ^1.1.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add duration_picker

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

dependencies:
  duration_picker: ^1.1.1

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:duration_picker/duration_picker.dart';
99
likes
130
pub points
94%
popularity

Publisher

verified publishersteenbakker.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on duration_picker