flutter_month_select

Features

Flutter Package Pub Points Popularity

A package flutter_month_select helps to select month of the year easily in android and ios.

Getting started

flutter_month_select is basically helps to select month

Usage

  DateTime? picker = await showMonthYearPicker(context: context, initialDate: DateTime(2023), firstDate: DateTime(2022), lastDate: DateTime.now());