- Added BSD license info and misc. improvements
- Bug fixes and misc. other improvements
- 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
- 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
- Code formatting
- 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.
- Version 0.4.0 includes minor bug fixes.
- added feature to add 'maxLength' to restrict user selecting more than maximum options allowed.
- Version 0.3.0 includes bug fixes.
- Restricts the height of selected options in modal to avoid covering the whole screen.
- test cases updates & bug fixes.
- Fixed formatting issues.
- Updated the YAML file with description and version number & updated examples.
- Bug fixes
- Initial Code checkin