flutter_handy_utils 2.2.1 copy "flutter_handy_utils: ^2.2.1" to clipboard
flutter_handy_utils: ^2.2.1 copied to clipboard

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

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
0
points
80
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

License

unknown (license)

Dependencies

flutter, gap

More

Packages that depend on flutter_handy_utils