custom_multi_search 1.0.9
custom_multi_search: ^1.0.9 copied to clipboard
A customizable multi-select dropdown widget with search functionality for Flutter applications using MobX state management.
1.0.0 #
- Initial release of the package.
- Added multi-select dropdown with search functionality.
- Integrated with MobX for state management.
1.0.1 #
- Adding example screnshots
1.0.2 #
- Readme.md file version update correctly
1.0.3 #
- Adding screenshots clearly and visibly
1.0.4 #
- Adding Comments for the Code to undertand the functionality
1.0.5 #
- Remove the Container which is rendered initially while no items are selected to utilize the space effectively
1.0.6 #
- Reduce the Space aftet the widget to optimise the UI
1.0.7 #
- Added customization options for horizontalMargin and verticalMargin.
1.0.8 #
- Added theme customization
1.0.9 #
- Make Iems in store non final and Add setItems Method