flutter_m3shapes_extended 2.0.0
flutter_m3shapes_extended: ^2.0.0 copied to clipboard
A collection of Flutter widgets designed to easily implement Material 3's expressive shapes.
2.0.0 #
- pubspec: migrate to standalone material_ui package for flutter 3.47
- pubspec: Update the minimum flutter SDK to 3.47.0
1.2.1 #
- Added
childAlignmentparameter toM3EContainerfor optical centering and custom alignment of children within shapes.
1.2.0 #
- Added polygons support in shapes (including
RoundedPolygonand shape morphing) - [Breaking Change] Updated shape enum naming in
Shapesto follow camelCase (e.g.,verySunny,c4SidedCookie,l4LeafClover, etc.) - [Breaking Change] Renamed
hearthtoheartinShapesenum to fix typo
1.1.0 #
- Added support for Flutter 3.28.0
- Added support for Dart 3.10.0
- Added support for Flutter 3.28.0
- Added support for Dart 3.10.0
1.0.0 #
- Added
Shape.clampShellwith example in README.MD - Add
gradientparameter to allow gradient fills - Add
borderparameter to allow border customization - Add
boxShadowparameter to allow shadow customization - Add
marginparameter to allow margin customization - Improved example app with gradient & clampShell examples and better layout
- Rebrand to flutter_m3shapes_extended and add borders customization