doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
18 stars 20 forks source link

Fix missing dates in date-picker #16

Closed bastaware closed 6 months ago

bastaware commented 6 months ago

This is a simple fix of the problem described here: https://github.com/bosskmk/pluto_grid/issues/826

Actually I've made another solution that I'm using in my own repo. It replaces the datepicker. I'm not sure it's fit for master, could you give it a browse and then I'll create a PR if it makes sense:

https://github.com/bastaware/pluto_grid/tree/UseStandardDatePicker