magic_ui_core 1.1.0
magic_ui_core: ^1.1.0 copied to clipboard
A Universal Super-Widget architecture designed to flatten the Flutter widget tree and eliminate nesting hell.
1.1.0 #
- Fix: Added missing parameters (color, radius, gradient) to MagicInput and MagicButton.
- Improved Design: Better support for Glassmorphism and modern UI styles.
- Initial Release: Launch of Magic UI Core.
- Core Widgets: Added
MagicPage,MagicBox,MagicColumn,MagicRow,MagicText,MagicButton, andMagicInput. - Advanced Layouts: Integrated
MagicList,MagicGrid,MagicHeader,MagicBottomBar, andMagicTabs. - Utility Tools: Added
MagicPopups,MagicRouter,MagicPickers, andMagicShaders. - Creative Mode: Support for CSS-like gradient backgrounds and borders in
MagicPage. - Interaction: Added
MagicTogglefor modern Switches and Checkboxes.