flutter_utils_plus 1.1.2
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
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
1.1.2 #
- Improved
debounce/throttlewith generic support, preserving original function type signature - Changed
toFixedparameter to nullablenum?and return type tonum?for better null safety - Simplified
mapKeysreturn type toMap<String, dynamic>(removed unnecessary generic) - Renamed
propsparameter tokeysinpick/omitfor clearer semantics - Added DartDoc comments with usage examples for all utility methods