widgets_box 0.0.9
widgets_box: ^0.0.9 copied to clipboard
A Flutter package for efficient UI state management, handling loading, empty views, content display, caching, and pull-to-refresh with customizable widgets.
0.0.9 #
This PR introduces significant refactoring to the text field widgets for improved consistency, enhances the icon button with new positioning options, and updates the project documentation.
0.0.8 #
- Refactor
MainTextFieldand its subclasses for parameter normalization. - Add
minLines,maxLines,maxLength,textDirection,hintTextDirectionto all text fields. - Add
isIconEndtoMainButton.iconto support placing icon after (end of) the label. - Fix image ordering in
MainButton.iconto respect text direction.
0.0.7 #
- add skeleton widget
- add empty widget
0.0.6 #
- fix images
0.0.5 #
- add icon customization options to text fields
0.0.4 #
- update pubspec for version 0.0.4
0.0.3 #
- update pubspec for version 0.0.3
0.0.2 #
- add show toast function
0.0.1 #
- initial release