flutter_handy_utils 2.2.3
flutter_handy_utils: ^2.2.3 copied to clipboard
The `flutter_handy_utils` package is a community-driven project designed to simplify common tasks in Flutter development
2.2.3 #
Improved: #
- Updated
README.md: Extensions section now lists allWidgetsSeparatormethods and includes a showcase image placeholder for better documentation and discoverability.
2.2.2 #
Added: #
New extension method:
WidgetsSeparator.withWidgetInBetweenonList<Widget>. Easily insert any custom widget between all items in a widget list.Improved:
WidgetsSeparatorfunctionality has been improved and refactored for better usability.
2.2.1 #
Fixed: #
- Improved
TreeBuilderutility: Items whoseparentIddoes not exist in the list are now treated as root nodes. This ensures all items are included in the tree, even if their parent is missing from the input list.
2.2.0 #
Added: #
StringEllipsSize: Returns a new string truncated from the start or end to the specified maximum length.
GroupedRadioButton: A widget that displays a group of radio buttons.
2.1.2 #
- example added
2.1.1 #
- bugfixes
2.1.0 #
Added: #
- new Extension: WidgetsSeparator an extension that can be used to add a separator between widgets in a
list<Widget>.