flutter_addons 1.2.3
flutter_addons: ^1.2.3 copied to clipboard
Flutter Addons is a collection of extensions and utilities designed to simplify and accelerate the development of Flutter applications.
1.2.3 #
Theme Engine Enhancements #
- Introduced a new
ThemeManagerfor centralized theme control. - Improved theme structure to enhance flexibility and maintainability.
- Added a dynamic theme registry for seamless theme switching.
- Optimized
ColorSchemeintegration for consistency. - Introduced the
ThemeToggleButtonwidget for effortless theme switching.
Adaptive UI Improvements #
getFrame()selects design size based on screen type.- Improved breakpoint detection (
context.isXs,context.isSm, etc.).
Custom Borders Widget #
- Made
DottedBorderreusable via an extension. - Added support for
Triangle,Rectangle,Dotted, andDashedborders. - Added option to show text as a border.
General Fixes & Optimizations #
- Improved error handling with fallback text themes.
- Optimized typography, colors, and asset management.
- Enhanced Flutter error reporting.
1.2.2 #
Implemented a robust error-handling mechanism. #
AppExceptionhandler to automatically map specific errors- Added
ErrorMapperto map your own errors - Ensured consistent logging for easier debugging.
- Enhanced Flutter error reporting.
- Optimized Colors, Typography and Images.
1.2.1 #
Improved Platform Support #
- Ensured proper platform support, including explicit web support
- Added theme image and improved pub.dev visibility