modal_date_picker 0.0.9 copy "modal_date_picker: ^0.0.9" to clipboard
modal_date_picker: ^0.0.9 copied to clipboard

A customizable modal date picker for Flutter with scroll-based selection. Supports multiple locales, date ranges, and real-time TextEditingController updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modal_date_picker

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

dependencies:
  modal_date_picker: ^0.0.9

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:modal_date_picker/modal_date_picker.dart';
4
likes
160
points
307
downloads

Publisher

verified publishergiansandoval.com

Weekly Downloads

A customizable modal date picker for Flutter with scroll-based selection. Supports multiple locales, date ranges, and real-time TextEditingController updates.

Repository (GitHub)
View/report issues

Topics

#date-picker #modal #widget #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modal_date_picker