codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Support generic types #29

Closed edlman closed 3 years ago

edlman commented 3 years ago

This PR adds supprt of generic types to the pickers. The changes break compatibility with older version, see README.md. The changes in calling code are quite simple.

codegrue commented 3 years ago

This is awesome. Has been on the Todo list for quite some time. Thank you!

One ask before I commit. Can you please make the version 3.0.0 since this is a true breaking change?

codegrue commented 3 years ago

Also please update CHANGELOG.md and please put your note about the breaking changes in there.

edlman commented 3 years ago

There you are. Version upgraded to 3.0.0, CHANGELOG.md updated.