smart_utils_plus 1.1.0
smart_utils_plus: ^1.1.0 copied to clipboard
A comprehensive Flutter utility package providing essential helper classes for date/time manipulation, string operations, device information, logging, and widget utilities.
1.1.0 #
- Added NumberUtilsPlus with currency formatting, compact numbers, percentages, random number generation, and rounding utilities
1.0.0 #
Improvements #
- Enhanced error handling and null safety across all utility classes with proper input validation and context checks
- Fixed memory leaks in WidgetUtilsPlus toast overlays and improved performance with cached date formatters and regex patterns
- Added comprehensive documentation with dartdoc comments and code examples, plus improved LoggerPlus with log levels and configurable timestamps
0.0.1 #
- Initial release 🎉
- Includes DateUtilsPlus, StringUtilsPlus, DeviceUtilsPlus, WidgetUtilsPlus, and LoggerPlus modules.