Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.37 KB

File metadata and controls

62 lines (37 loc) · 1.37 KB

1.0.2

  1. Added BSD license info and misc. improvements

1.0.1

  1. Bug fixes and misc. other improvements

1.0.0

  1. Null safety (Breaking Changes)
  2. Responsive modal dialog for desktop/tablet resolutions
  3. Clear all icon default icon changed to Icons.clear_all
  4. Misc minor visual fixes
  5. The keyword new removed from all the files

0.6.0

  1. Added save method when you press save in the selection modal
  2. Added the same style to the bottom bar of cancel, clear all, save
  3. Clear all icon default icon changed to Icons.restrore_from_trash
  4. 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