datetime_picker_custom_qk 1.5.6
datetime_picker_custom_qk: ^1.5.6 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 Flutter:
$ flutter pub add datetime_picker_custom_qk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
datetime_picker_custom_qk: ^1.5.6
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:datetime_picker_custom_qk/datetime_picker_custom_qk.dart';