Skip to content

leoshusar/mat_month_picker_dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mat_month_picker_dialog

Material month picker with layout inspired by this article.

Getting started

Add mat_month_picker_dialog to your pubspec.yaml

Usage

final selected = await showMonthPicker(
    context: context,
    initialDate: DateTime.now(),
    firstDate: DateTime(1970),
    lastDate: DateTime(2050)
);

Screenshots

Year selector Month selector

About

Flutter Material month picker dialog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •