month_picker_dialog 0.6.3 copy "month_picker_dialog: ^0.6.3" to clipboard
month_picker_dialog: ^0.6.3 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 Dart:

 $ dart pub add month_picker_dialog

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 dart pub get):

dependencies:
  month_picker_dialog: ^0.6.3

Alternatively, your editor might support dart pub get or 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';
140
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, intl, rxdart

More

Packages that depend on month_picker_dialog