month_range_picker_modal 1.0.1
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_modalThis 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.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:month_range_picker_modal/month_range_picker_modal.dart';