flutter_handy_utils 2.2.0
flutter_handy_utils: ^2.2.0 copied to clipboard
The `flutter_handy_utils` package is a community-driven project designed to simplify common tasks in Flutter development
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>.