retcore_select 0.1.0
retcore_select: ^0.1.0 copied to clipboard
A flexible and beautiful Select Input control for Flutter with multiselect, autocomplete and async support.
0.1.0 #
- React-Select Parity: Massive UX and styling update to closely match
react-select. - Inline Search: Search functionality is now seamlessly embedded inline within the trigger field instead of a separate box.
- Auto-Flipping Dropdown: The dropdown now intelligently opens upwards if there is not enough space below.
- Creatable Options: Added
isCreatableandonCreateOptionsupport to allow users to dynamically add new options on the fly for both single and multi-select. - Fixed Options: Added
fixedOptionsto support pinning specific items in multi-select that cannot be removed by the user. - UI/UX Refinements: Added hover state styles, vertical separators, new default theme values, and improved overall focus management.
0.0.9 #
- Fixed required field & validation.
0.0.8 #
- Enhanced the theme.
0.0.7 #
- Required field & validation documentation added.
0.0.6 #
- Required field & Validation added.
0.0.5 #
- Fixed enclosed in a block.
0.0.4 #
- Deprecated file removed.
0.0.3 #
- Documentation added.
0.0.2 #
- Placeholder and label fixed.
0.0.1 #
- Initial release.