material_ui 1.2.0
material_ui: ^1.2.0 copied to clipboard
The official Flutter Material UI Library, implementing Google's Material Design design system.
1.2.0 #
- Adds the
StyleVariantenum defining the Material 3 and Material 3 Expressive style variants. - Fix RangeSlider thumb overlay remaining visible after touch interaction
- Constrains Slider and RangeSlider value indicator labels to the screen width, truncating with an ellipsis instead of clipping.
- Prevents stale asynchronous suggestions from replacing newer
SearchAnchorresults.
1.1.0 #
- Add missing Widget of the Week videos to widget API docs.
- Exposes ink_sparkle shader asset in pubspec.yaml and removes stretch_effect shader.
- Fix Typo in Readme
- Fixes typos in library code and tests.
- SearchAnchor overlay expands to full-screen on viewport size change (e.g., on device rotation).
- Fixes https://github.com/flutter/flutter/issues/186154.
1.0.1 #
- Updates cupertino_ui dependency constraint to ^1.0.0.
1.0.0 #
- README updated for the full release of material_ui.
- Promotes the pre-release to 1.0.0.
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.