A Flutter port of the morphing shapes from Android's implementation of Material 3 Expressive.
This repository has two packages:
- androidx_graphics_shapes with a port of the underlying library
- and m3_expressive_shapes with presets for the shape set from the Material Design specification.
@kekland made a similar port: https://github.com/kekland/m3_expressive_shapes
This package uses pre-commit for managing git hooks and assumes you installed Flutter through puro.
Not being able to run the hooks isn't dramatic, but the CI will reject unformatted code, so you should run dart format .
in some way locally before committing.