month_picker_dialog 2.11.2 copy "month_picker_dialog: ^2.11.2" to clipboard
month_picker_dialog: ^2.11.2 copied to clipboard

Internationalized dialog for picking a single month from an infinite list of years.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add month_picker_dialog

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

dependencies:
  month_picker_dialog: ^2.11.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:month_picker_dialog/month_picker_dialog.dart';
138
likes
120
pub points
98%
popularity

Publisher

unverified uploader

Internationalized dialog for picking a single month from an infinite list of years.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, intl, provider

More

Packages that depend on month_picker_dialog