flutter_multiselect 1.0.0 flutter_multiselect: ^1.0.0 copied to clipboard
Flutter package for multi-select UI widget, that compatible to both iOS and Android and uses neutral design.
1.0.0 #
- Null safety (Breaking Changes)
- Responsive modal dialog for desktop/tablet resolutions
- Clear all icon default icon changed to Icons.clear_all
- Misc minor visual fixes
- The keyword new removed from all the files
0.6.0 #
- Added save method when you press save in the selection modal
- Added the same style to the bottom bar of cancel, clear all, save
- Clear all icon default icon changed to Icons.restrore_from_trash
- The keyword new removed from all the files
0.5.1 #
- Code formatting
0.5.0 #
- Version 0.5.0 includes minor bug fixes.
- added feature to override color, icon, and text for all places. This gives you more control and better portability. Also, works well with dark theme.
- modified example with sample usage of options.
0.4.0 #
- Version 0.4.0 includes minor bug fixes.
- added feature to add 'maxLength' to restrict user selecting more than maximum options allowed.
0.3.0 #
- Version 0.3.0 includes bug fixes.
- Restricts the height of selected options in modal to avoid covering the whole screen.
0.2.0 #
- test cases updates & bug fixes.
0.1.1 #
- Fixed formatting issues.
0.1.0 #
- Updated the YAML file with description and version number & updated examples.
0.0.2 #
- Bug fixes
0.0.1 #
- Initial Code checkin