flutter_m3shapes_extended 1.2.0
flutter_m3shapes_extended: ^1.2.0 copied to clipboard
A collection of Flutter widgets designed to easily implement Material 3's expressive 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