getxify_utils 1.1.0 copy "getxify_utils: ^1.1.0" to clipboard
getxify_utils: ^1.1.0 copied to clipboard

getxify_utils is built for faster and cleaner development. It provides lots of extension methods on Widget, String, List and Map.

1.1.0 #

  • Breaking Change: Refactored MapExtension to strictly bound Map<K, V> (previously limited to Map<T, T>), vastly improving type-safety for heterogeneous maps.
  • Breaking Change: Separated ListExtension operations. Mathematical list extensions (sum, avg, etc.) now correctly target Iterable<num>. Map-specific list extensions (sortBy, whereIn, etc.) now properly bind to Iterable<Map<K, V>>.
  • Optimized StringExtension by caching all RegExp validators as private static singletons to prevent runtime recompilation overhead.
  • Fixed generic type inference for list.groupBy() to correctly return the right Map type signatures.

1.0.0 #

  • Initial release of getxify_utils, a package built for faster and cleaner development.
  • Provides static utility namespaces for colors (FxColor), padding (FxPadding), radius (FxRadius), and shadow (FxShadow).
  • Includes extension methods on Widget, String, List, Map, num, int, Duration, and BuildContext.
  • Includes responsive layout widgets (FxGrid, FxGridColumn, FxResponsive) optimized for performance.
0
likes
150
points
118
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

getxify_utils is built for faster and cleaner development. It provides lots of extension methods on Widget, String, List and Map.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter

More

Packages that depend on getxify_utils