flutter_handy_utils 2.2.3 copy "flutter_handy_utils: ^2.2.3" to clipboard
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 all WidgetsSeparator methods and includes a showcase image placeholder for better documentation and discoverability.

2.2.2 #

Added: #

  • New extension method: WidgetsSeparator.withWidgetInBetween on List<Widget>. Easily insert any custom widget between all items in a widget list.

  • Improved: WidgetsSeparator functionality has been improved and refactored for better usability.

2.2.1 #

Fixed: #

  • Improved TreeBuilder utility: Items whose parentId does 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>.

2.0.0 #

Added: #

  • <T> data property added to TreeOutPutItem.

Removed: #

  • item property of TreeOutPutItem removed.

1.0.0 #

Added: #

  • TreeBuilder a utility class for building structured parent-child relationships.
0
likes
150
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

The `flutter_handy_utils` package is a community-driven project designed to simplify common tasks in Flutter development

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, gap

More

Packages that depend on flutter_handy_utils