collection_picker 1.1.1
collection_picker: ^1.1.1 copied to clipboard
A Package contains selectable listview and gridview widgets with support for single, multi, and radio picker types.
1.1.1 #
- Fix issue initialValues properties return error
1.1.0 #
- New widget : SliverGridViewPicker & SliverListViewPicker
- Remove properties maxCrossAxisExtent, mainAxisExtent, crossAxisSpacing, mainAxisSpacing in GridViewPicker
- Adding new property gridDelegate for easy customizable
1.0.1 #
- Fix pub score
1.0.0 #
- First Stable Release 🚀
0.0.2 + 10 #
- Set Dart to >= 2.18.4 < 4.0.0
- Update lints to 2.0.1
0.0.2 + 9 #
- Change return of PickerOnChanged from List<T?> to List
0.0.2 + 8 #
- Add property enable, unavailableData
0.0.2 + 7 #
- Fix Bug widget only not update when using setState or other state management
0.0.2 + 5 #
- Adding context and index in itemBuilder
0.0.2 #
- Add example, and code documentation
0.0.1 #
- Initial Release.