datetime_picker_custom_qk 1.5.4
datetime_picker_custom_qk: ^1.5.4 copied to clipboard
A date time picker for flutter, you can choose date / time / date&time in English Dutch and Việt Nam.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add datetime_picker_custom_qkWith Flutter:
$ flutter pub add datetime_picker_custom_qkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
datetime_picker_custom_qk: ^1.5.4Alternatively, 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:datetime_picker_custom_qk/datetime_picker_custom_qk.dart';