flutter_utils_plus 1.1.0
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
UtilsPlusclass, exceptMoment - Added
initializeTimeZonesmethod toMomentfor timezone database initialization
1.0.2 #
- Added utility methods for Map and List
- Renamed
treeToArraytotreeToList - Renamed
arrayToTreetolistToTree
1.1.0 #
- Added
am/pmfields toMomentLocalefor multi-language AM/PM informat(A/a) - Added
frommethod for relative time display, withtoas its alias - Added
Moment.localeinternationalization support (zhCN / enUS / zhTW / custom) - Updated README with internationalization, duration, and format usage docs