Flutter Month Picker
Flutter month picker package lets you to choose month and year only and implement in your app.
Installation
- Add the latest verstion of package to your pubspec.yaml
dependencies:
flutter_month_picker: ^0.0.1
- Run
flutter pub get
- Import the package and use it in your Flutter app.
import 'package:flutter_month_picker/flutter_month_picker.dart';
Example
|
|
Next Goals
More customization like: size, color, textstyles, localizaton, platform.Implentation of lcoalization.Cross-platform (Android and IOS) UI.