toolify 0.0.1
toolify: ^0.0.1 copied to clipboard
A collection of essential extensions and utilities for Flutter development, including BLoC, localization, navigation, dialogs, and more.
Changelog #
0.0.1 Initial Release (2025-01-25) #
Added #
- Color Extensions: Added
ColorExtensionwithlighteranddarkermethods. - Date Formatting: Added
DateFormatingExtensionwith various date and time formatting options. - Screen Size Utilities: Added
ScreenSizeextension to access screen size and padding information. - String Formatting: Added
FormatingExtensionfor string capitalization and initials extraction. - Validation Utilities: Added
ValidationExtensionfor email, phone number, and password validation. - Theme Utilities: Added
ThemeExtensionsandColorsExtensionsfor easy access to theme data and colors. - Text Theme Utilities: Added
GetTextThemeextension for accessing text styles.
Documentation #
- Added
README.mdwith installation instructions, usage examples, and feature descriptions. - Added
CHANGELOG.mdto track changes for each release. - Added
LICENSEfile (MIT License).