date_picker_custom 0.0.3-dev.1
date_picker_custom: ^0.0.3-dev.1 copied to clipboard
A Date Picker is a user interface component or widget that allows users to select a specific date (day, month, year) from a calendar or a set of input fields. Instead of typing the date manually, user [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add date_picker_customThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
date_picker_custom: ^0.0.3-dev.1Alternatively, 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:date_picker_custom/calendar_view/calendar_view.dart';
import 'package:date_picker_custom/colors/colors.dart';
import 'package:date_picker_custom/date_picker.dart';
import 'package:date_picker_custom/helper/dialog_helper.dart';
import 'package:date_picker_custom/widget/custom_textfield.dart';