flutter_custom_month_picker 0.1.3 copy "flutter_custom_month_picker: ^0.1.3" to clipboard
flutter_custom_month_picker: ^0.1.3 copied to clipboard

This package is designed to make it easy to use a month and year picker in Flutter with a fancy design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_month_picker

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

dependencies:
  flutter_custom_month_picker: ^0.1.3

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:flutter_custom_month_picker/flutter_custom_month_picker.dart';
6
likes
140
pub points
90%
popularity

Publisher

unverified uploader

This package is designed to make it easy to use a month and year picker in Flutter with a fancy design.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, get, intl

More

Packages that depend on flutter_custom_month_picker