custom_time_picker 0.0.2
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_pickerThis 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.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:custom_time_picker/custom_time_picker.dart';