flutter_m3shapes 1.0.0+2 copy "flutter_m3shapes: ^1.0.0+2" to clipboard
flutter_m3shapes: ^1.0.0+2 copied to clipboard

A collection of Flutter widgets designed to easily implement Material 3's expressive shapes.

1.0.0+2 #

  • Update README.MD adding image example
  • Removed deprecated matrix4.scale(scaleX, scaleY) for matrix4.scaleByVector3(Vector3(scaleX, scaleY, 0))
  • Removed deprecated matrix4.translate(-bounds.left, -bounds.top) for matrix4.translateByVector3(Vector3(-bounds.left, -bounds.top, 0))

1.0.0 #

  • First release
    • Contains the full set of Material3 Shapes
19
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of Flutter widgets designed to easily implement Material 3's expressive shapes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, path_drawing, vector_math

More

Packages that depend on flutter_m3shapes