flutter_utils_plus 1.0.1
flutter_utils_plus: ^1.0.1 copied to clipboard
Flutter/Dart utility kit: string, date, validation, tree, debounce, number, async & more. Reduces boilerplate, speeds up dev.
Changelog #
中文版本
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
UtilsPlusclass, except Moment -
Added
initializeTimeZonesmethod to Moment for timezone database initialization
1.0.1 #
-
Added utility methods for Map and List
-
Renamed
treeToArraytotreeToList -
Renamed
arrayToTreetolistToTree