- Fix issue initialValues properties return error
- New widget : SliverGridViewPicker & SliverListViewPicker
- Remove properties maxCrossAxisExtent, mainAxisExtent, crossAxisSpacing, mainAxisSpacing in GridViewPicker
- Adding new property gridDelegate for easy customizable
- Fix pub score
- First Stable Release 🚀
- Set Dart to >= 2.18.4 < 4.0.0
- Update lints to 2.0.1
- Change return of PickerOnChanged from List<T?> to List
- Add property enable, unavailableData
- Fix Bug widget only not update when using setState or other state management
- Adding context and index in itemBuilder
- Add example, and code documentation
- Initial Release.