flutter_essentials_plus 1.0.2
flutter_essentials_plus: ^1.0.2 copied to clipboard
A modern collection of extensions, validators, formatters, and helper utilities that reduce Flutter boilerplate while keeping code clean, readable, and maintainable.
1.0.2 #
- Fix CHANGELOG not included in published archive for 1.0.1.
1.0.1 #
- Fixed deprecated
Color.alpha,Color.red,Color.green,Color.blue— replaced withColor.a,Color.r,Color.g,Color.b. - Replaced deprecated
withOpacity()withwithValues(alpha:)to avoid precision loss. - Removed unnecessary
libraryname declarations from barrel files.
1.0.0 #
- Initial release of Flutter Essentials.
- Added BuildContext extensions.
- Added String extensions (Case converters, manipulation, detection, extraction).
- Added Number, DateTime, Duration, and Color extensions.
- Added Iterable and Map extensions.
- Added form Validators (Email, Phone, Password, URL, IP, Credit Card, etc).
- Added Formatters (Currency, Phone, CNIC, File Size, Distance, etc).
- Added Helper classes (Debouncer, Throttle, Retry, Logger, ClipboardHelper, DeviceHelper, PlatformHelper, Random/UUID).
- 100% API documentation and unit tests coverage.