date_picker_custom 0.0.2-dev.1 copy "date_picker_custom: ^0.0.2-dev.1" to clipboard
date_picker_custom: ^0.0.2-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 Dart:

 $ dart pub add date_picker_custom

With Flutter:

 $ flutter pub add date_picker_custom

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  date_picker_custom: ^0.0.2-dev.1

Alternatively, 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: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';
1
likes
0
points
17
downloads

Publisher

verified publishersagarkoju5.com.np

Weekly Downloads

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, users can pick it easily and accurately, reducing errors and improving the user experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get, intl

More

Packages that depend on date_picker_custom