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

A Flutter package that enables users to select a year and month via a dialog or bottom sheet interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add year_month_picker

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

dependencies:
  year_month_picker: ^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:year_month_picker/year_month_picker.dart';
0
likes
160
points
201
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that enables users to select a year and month via a dialog or bottom sheet interface.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

carousel_slider, flutter, intl

More

Packages that depend on year_month_picker