Search code examples
flutterdartdatepickerflutter-layoutflutter-test

Flutter DatePicker without day. Using Future<DateTime?> showDatePicker. PLUGIN RESTRICTED


Is it possible have a YEAR-MONTH picker with only the month and the year with the current showDatePicker without using third-party PLUGINS!!

Note: As a result the day selection layout should not be visible.


Solution

  • The stock pickers do not allow to have month and year only.

    You could use the month_picker_dialog package available in the pub page by Dimitri Krivoj.

    enter image description here