custom_time_picker 0.0.2 copy "custom_time_picker: ^0.0.2" to clipboard
custom_time_picker: ^0.0.2 copied to clipboard

Extended Material Design time picker with onChange and onConfirm callbacks, custom child widget support, and full theme customization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_time_picker

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

dependencies:
  custom_time_picker: ^0.0.2

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:custom_time_picker/custom_time_picker.dart';
1
likes
90
points
123
downloads

Publisher

unverified uploader

Weekly Downloads

Extended Material Design time picker with onChange and onConfirm callbacks, custom child widget support, and full theme customization.

Repository (GitHub)
View/report issues

Topics

#timepicker #material-design #flutter-widget #ui

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on custom_time_picker