month_range_picker_modal 1.0.1 copy "month_range_picker_modal: ^1.0.1" to clipboard
month_range_picker_modal: ^1.0.1 copied to clipboard

A customizable Flutter date picker modal that supports month/year selection and custom date range selection with preset options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add month_range_picker_modal

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

dependencies:
  month_range_picker_modal: ^1.0.1

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:month_range_picker_modal/month_range_picker_modal.dart';
1
likes
150
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter date picker modal that supports month/year selection and custom date range selection with preset options.

Repository (GitHub)
View/report issues

Topics

#flutter #date-picker #month #range #modal

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, gap

More

Packages that depend on month_range_picker_modal