flutter_extended 0.0.5 copy "flutter_extended: ^0.0.5" to clipboard
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, and styledText.
  • Improved Duration formatting extensions with formatDDHHMMSS, formatDDHHMM, formatSS, and adaptive format.
  • Added iterable utilities: find (renamed from where1), toUnique, and numeric helpers sum, max, min.
  • Extended list-to-layout helpers with spacing support for row, column, and rowSeparated layout options.
  • Simplified ExtString by moving widget-building helpers to ExtAll<T> and adding lower, upper, and random.
  • Improved widget extensions with clipBehavior support in decorated, positional optional radius in clipped, and nullable callbacks in onTap / onLongPress.
  • Added new widgets: DottedBorder and $ (SizedBox.shrink) utility.

0.0.4 #

  • Updated translated extension method in ext_widget.dart to accept x and y parameters directly for better usability.
  • Downgrade intl package to version 0.19.0 for 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, and intl packages for easier access.

0.0.1 #

  • Initial release
2
likes
150
points
86
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A collection of Dart extensions and helper widgets designed to simplify Flutter development

Repository (GitHub)
View/report issues

License

MIT-0 (license)

Dependencies

flutter, gap, intl, page_transition, timeago, url_launcher

More

Packages that depend on flutter_extended