flutter_utils_plus 1.1.0 copy "flutter_utils_plus: ^1.1.0" to clipboard
flutter_utils_plus: ^1.1.0 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
likes
130
points
295
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