smart_utils_plus 1.2.1
smart_utils_plus: ^1.2.1 copied to clipboard
A comprehensive Flutter utility package providing essential helper classes for date/time manipulation, string operations, device information, logging, widget utilities, number formatting, and responsi [...]
1.2.1 #
- Minor Bug fixes and redirection links update for pub.dev
1.2.0 #
- Added ResponsiveUtilsPlus with breakpoint-based responsive design utilities
- Breakpoint detection (mobile, tablet, desktop) based on screen width
- Responsive value selection with fallback chain
- Helper methods for padding, font size, columns, spacing, and max width
- Extension methods on BuildContext for convenient usage
- Default breakpoints: mobile < 600px, tablet 600-1024px, desktop >= 1024px
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.