dev_utils 0.0.3 dev_utils: ^0.0.3 copied to clipboard
Utils to make developement faster.
0.0.3 - 2024-12-13 #
✨ New Features #
- Added Validators for common input types (email, password, phone numbers, etc.) for easier form handling.
- Enhanced BuildContext extensions for easier access to theme data, media query, and responsive breakpoints.
- Introduced Widget Padding extensions for quick and flexible padding options:
pad()
,paddingSymmetric()
,customPadding()
. - Added Password validation utility to check for strong passwords and provide user feedback.
🛠️ Improvements #
- Optimized utilities for better performance and streamlined code.
0.0.2 #
- ♻️ refactored code
0.0.1 #
- Required utils are made