leo_easy_ui_kit 0.7.1
leo_easy_ui_kit: ^0.7.1 copied to clipboard
Leo Easy UI Kit: effortless yet powerful Flutter UI components.
0.7.0 #
- Fixed static analysis issues (deprecated
withOpacityusage). - Reformatted code to comply with Dart formatting standards.
- Improved code quality for better pub.dev score.
0.6.0 #
- Added new Basic Widgets family:
EasyText,EasyContainer,EasyImage,EasyScroll. - Updated documentation and example app to include new widgets.
- Improved overall package stability and documentation.
0.5.1 #
- Version bump for publication.
0.5.0 #
- Documented homepage, repository, and issue tracker metadata for pub.dev.
- Reformatted the entire source tree with
dart formatto satisfy static analysis. - Clarified documentation to keep the package compliant for the 0.5.0 release.
0.4.0 #
- Removed HTML rendering feature and its transitive dependencies to ensure full platform + WASM compatibility.
- Dropped
flutter_widget_from_htmlandhttpfrom dependencies. - Removed HTML shortcuts from utilities and documentation; cleaned up example app.
- Added new cross-platform widgets:
EasyAccordion,EasyCarousel, andEasyBadgewith shortcuts. - Updated README and exports to reflect the new feature set.
- General refactors and formatting to satisfy analyzer and formatter checks.
0.3.0 #
- Made the package fully compatible across all platforms — Android, iOS, Web, Windows, macOS, and Linux.
- Added multiple new UI components with improved customization.
- Enhanced existing widgets for stability, performance, and responsiveness.
- Expanded documentation with clear usage examples & platform guidelines.
- Optimized codebase & exports for better maintainability.
0.2.0 #
- Added many new widgets
- Improved existing components
- Updated documentation
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.