leo_easy_ui_kit 0.2.0
leo_easy_ui_kit: ^0.2.0 copied to clipboard
Leo Easy UI Kit: effortless yet powerful Flutter UI components.
0.1.0 #
- Add checkbox, radio group, switch, popup dialog, bottom sheet, chips, table, and text field families.
- Add generic search + recommendation widget with optional server-side search.
- Add form helpers (
EasyFormController,EasyFormValueNotifier). - Add ready-to-use utility builders (
EasyLabels,EasyBuilders,EasyEquals). - Add shortcut helpers (
easyDropdownOf,easyCheckboxOf,easyRadioOf,easySwitchOf,easyButtonGroupOf,easyChipsOf,easyPopupSelectOf,easyBottomSheetSelectOf,easyTextFieldOf,easySearchOf). - Polish exports and README for pub.dev.
0.0.1 #
- Rename package to
leo_easy_ui_kit. - Add base layer (controllers, notifiers, bloc abstractions).
- Implement EasyDropdown (simple + advanced + Notifier/Bloc/Provider/Hook variants).
- Introduce multi-select plumbing across dropdown family.
- Provide bottom-sheet ready file & image picker primitives.
0.2.0 #
- Added many new widgets
- Improved existing components
- Updated documentation