dropdown_date_picker 0.1.1+2 copy "dropdown_date_picker: ^0.1.1+2" to clipboard
dropdown_date_picker: ^0.1.1+2 copied to clipboard

A dropdown date picker package for date selection like year, month and day.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_date_picker

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

dependencies:
  dropdown_date_picker: ^0.1.1+2

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:dropdown_date_picker/dropdown_date_picker.dart';
14
likes
40
pub points
61%
popularity

Publisher

unverified uploader

A dropdown date picker package for date selection like year, month and day.

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on dropdown_date_picker