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
ThemeManager
for centralized theme control. - Improved theme structure to enhance flexibility and maintainability.
- Added a dynamic theme registry for seamless theme switching.
- Optimized
ColorScheme
integration for consistency. - Introduced the
ThemeToggleButton
widget 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
DottedBorder
reusable via an extension. - Added support for
Triangle
,Rectangle
,Dotted
, andDashed
borders. - 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. #
AppException
handler to automatically map specific errors- Added
ErrorMapper
to 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