essential_flutter 1.1.0
essential_flutter: ^1.1.0 copied to clipboard
Flutter widgets, components, and services building on essential_dart for accelerated UI development.
1.1.0 #
- Feature: Added
Conditional.chainfor complex conditional rendering. - Feature: Added
Conditionalwidget for conditional rendering. - Feature: Added
ScrollableBuilderwidget for handling loading and error states in scrollable widgets.- Supports 5 different states: empty loading, empty error, busy (loading with data), busy error, and data.
- Fully customizable builders for all states with sensible defaults (no default widgets, just logic).
- Clean API with
itemBuilder,loadingBuilder,busyItemBuilder, etc. - Type-safe builders with nullable error handling.
1.0.0+1 #
- Enhancement: Re-exported
essential_dartpackage for seamless access to all Dart utilities. - Documentation: Improved documentation.
1.0.0 #
- Initial release.
- Added
ConditionalWrapperwidget for conditional wrapping.