material_ui 0.0.3+1
material_ui: ^0.0.3+1 copied to clipboard
The official Flutter Material UI Library, implementing Google's Material Design design system.
0.0.3+1 #
- Replace unresolvable doc imports
- Added a main.dart example for the Pub "Example" tab that reference a curated list of existing examples.
0.0.3 #
- Fix API doc by clearing unsupported directives introduced by macros.
- Fix API doc references.
- Adds MaterialUiCompatibilityBridge for legacy flutter/material.dart compatibility.
0.0.2 #
- Copies over all Material code from flutter/flutter.
- Copies over Material localizations from flutter/flutter's flutter_localizations package.
- Unpins material_color_utilities.
- Migrates API doc samples and formatting.
- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12.
0.0.1 #
- Initial setup of the
material_uipackage, preparing for decoupling Material widgets from the Flutter framework.