flutter_utils_plus 1.1.2 copy "flutter_utils_plus: ^1.1.2" to clipboard
flutter_utils_plus: ^1.1.2 copied to clipboard

Flutter/Dart utility kit: string, date, validation, number, debounce & more. Reduces boilerplate, speeds up dev.

0.0.8 #

  • Bug fixes

1.0.0 #

  • Optimized naming of some utility methods
  • Removed some less practical utility methods
  • Moved all utility methods into the UtilsPlus class, except Moment
  • Added initializeTimeZones method to Moment for timezone database initialization

1.0.2 #

  • Added utility methods for Map and List
  • Renamed treeToArray to treeToList
  • Renamed arrayToTree to listToTree

1.1.0 #

  • Added am/pm fields to MomentLocale for multi-language AM/PM in format(A/a)
  • Added from method for relative time display, with to as its alias
  • Added Moment.locale internationalization support (zhCN / enUS / zhTW / custom)
  • Updated README with internationalization, duration, and format usage docs

1.1.2 #

  • Improved debounce/throttle with generic support, preserving original function type signature
  • Changed toFixed parameter to nullable num? and return type to num? for better null safety
  • Simplified mapKeys return type to Map<String, dynamic> (removed unnecessary generic)
  • Renamed props parameter to keys in pick/omit for clearer semantics
  • Added DartDoc comments with usage examples for all utility methods
1
likes
130
points
303
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter/Dart utility kit: string, date, validation, number, debounce & more. Reduces boilerplate, speeds up dev.

Homepage

License

MIT (license)

Dependencies

flutter, timezone

More

Packages that depend on flutter_utils_plus