flutter_extended 0.0.5
flutter_extended: ^0.0.5 copied to clipboard
A collection of Dart extensions and helper widgets designed to simplify Flutter development
ChangeLog #
0.0.5 #
- Added generic text widget helpers on
ExtAll<T>:text,animatedText, andstyledText. - Improved
Durationformatting extensions withformatDDHHMMSS,formatDDHHMM,formatSS, and adaptiveformat. - Added iterable utilities:
find(renamed fromwhere1),toUnique, and numeric helperssum,max,min. - Extended list-to-layout helpers with
spacingsupport forrow,column, androwSeparatedlayout options. - Simplified
ExtStringby moving widget-building helpers toExtAll<T>and addinglower,upper, andrandom. - Improved widget extensions with
clipBehaviorsupport indecorated, positional optional radius inclipped, and nullable callbacks inonTap/onLongPress. - Added new widgets:
DottedBorderand$(SizedBox.shrink) utility.
0.0.4 #
- Updated
translatedextension method inext_widget.dartto acceptxandyparameters directly for better usability. - Downgrade
intlpackage to version0.19.0for improved compatibility.
0.0.3 #
- Added more extensions to num, widget, and other classes for enhanced functionality.
0.0.2 #
- Added exports for
page_transition,url_launcher,timeago, andintlpackages for easier access.
0.0.1 #
- Initial release