smart_time_field_picker 0.0.1
smart_time_field_picker: ^0.0.1 copied to clipboard
A smart, fully customizable Flutter time picker field with support for 12-hour and 24-hour formats. `time_picker_input` lets users select or type time directly into a TextFormField with intelligent fo [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add smart_time_field_pickerWith Flutter:
$ flutter pub add smart_time_field_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
smart_time_field_picker: ^0.0.1Alternatively, 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:smart_time_field_picker/smart_time_field_picker.dart';