magic_ui_color 0.0.14
magic_ui_color: ^0.0.14 copied to clipboard
A Flutter UI package with reusable components, text styles, and colors to speed up development.
Changelog #
0.0.1 - 2024-03-07 #
- Initial release with color, text styles, buttons, and widgets.
0.0.11 - 2024-03-08 #
- Update package version.
- Fix dependency constraints.
0.0.12 - 2024-03-08 #
- Updated package name to
magic_ui_color. - Fixed minor bugs in button components.
- Improved widget styling.
0.0.13 - 2024-03-09 #
- Added new text styles in
AppTextStyles. - Introduced
CustomDialogwidget for displaying styled dialogs. - Added
Loggerclass for logging messages with different log levels. - Updated dependencies in
pubspec.yaml. - Improved documentation and code comments for better clarity.
0.0.14 - 2024-03-10 #
- Added
MagicStatusColorsutility class for managing status colors. - Introduced
MagicNumExtensionfor convenient methods onnumto set widget dimensions. - Added
MagicTimeExtensionfor nullableTimeOfDayobjects with methods for comparison and formatting. - Introduced
MagicWidgetExtensionfor wrapping widgets withFlexible,Expanded,Center, and debug widgets. - Added
IntExtensionfor nullableintobjects with methods for status code validation and color conversion. - Improved overall code documentation and comments for better clarity.