leo_easy_ui_kit 0.7.6
leo_easy_ui_kit: ^0.7.6 copied to clipboard
Leo Easy UI Kit: effortless yet powerful Flutter UI components.
0.7.6 #
- Bump version for re-publishing to trigger analysis.
- Verified full compliance with Dart formatter and analyzer.
0.7.5 #
- Added Web support by removing direct
dart:iodependency. - Implemented conditional imports for image handling to support all platforms including Web.
0.7.4 #
- Fixed formatting issues in
EasyRadioGroupto satisfy static analysis. - Verified full compliance with Dart formatter and analyzer.
0.7.3 #
- Fixed
EasyDropdownand other selectors to correctly handle custom object equality. - Fixed
easyDropdownOfshortcut to correctly display selected item text. - Uncommented
EasyDropdownexport in main library.
0.7.2 #
- Removed invalid metadata URLs to improve pub.flutter-io.cn score.
- Verified code quality and formatting.
0.7.1 #
- Fixed static analysis issues (renamed internal helper).
- Improved pubspec metadata.
0.7.0 #
- Fixed static analysis issues (deprecated
withOpacityusage). - Reformatted code to comply with Dart formatting standards.
- Improved code quality for better pub.flutter-io.cn 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.flutter-io.cn.
- 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.flutter-io.cn.
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.