easy_dev_toolkit 0.1.3
easy_dev_toolkit: ^0.1.3 copied to clipboard
A comprehensive Flutter toolkit with responsive sizing, adaptive widgets, networking, and storage utilities.
0.1.3 #
- Added
HorizontalDateSelectorwidget (scrolling date picker). - Improved
AdaptiveButtonwith documented parameters.
0.1.2 #
- Fixed deprecated
Color.withOpacity(replaced withColor.withValues). - Shortened package description and fixed repository URLs in
pubspec.yamlfor better Score. - Added
AdaptiveBadgewidget. - Added documentation comments to public API members (
AdaptiveButton,AdaptiveBadge, etc.). - Updated dependencies to latest stable versions.
0.1.1 #
- Added
TimeLogCalendarwidget for a modern, expandable calendar UI. - Added
google_fontsdependency.
0.1.0 #
- Added
ContextExtensionsfor easier navigation, theme, and media query access. - Added
StringExtensionsfor validation and formatting. - Added
DateTimeExtensionsfor relative time (time ago). - Added
AppStorageutility for easy local storage management. - Added
GenericApiServicebase class for streamlined API development. - Added
GlassCardwidget for modern glassmorphism effects. - Refined
EncryptionUtilwith better documentation and string encryption support. - Updated exports and versioning for public release.
0.0.1 #
- Initial release with core responsive utilities and basic widgets.