month_year_picker 0.4.0+1 copy "month_year_picker: ^0.4.0+1" to clipboard
month_year_picker: ^0.4.0+1 copied to clipboard

The month year picker inspired by the Flutter's date picker design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add month_year_picker
copied to clipboard

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

dependencies:
  month_year_picker: ^0.4.0+1
copied to clipboard

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_year_picker/month_year_picker.dart';
copied to clipboard
85
likes
150
points
9
downloads

Publisher

verified publisherzulfahmi.dev

Weekly Downloads

2024.09.26 - 2025.04.10

The month year picker inspired by the Flutter's date picker design.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on month_year_picker