expressive_m3 0.2.0
expressive_m3: ^0.2.0 copied to clipboard
Material 3 Expressive design tokens, motion and widgets for Flutter — a shape-morphing loading indicator, pull-to-refresh, wavy progress gauge, spring transitions, expressive shapes and the full M3 ty [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add expressive_m3This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
expressive_m3: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:expressive_m3/expressive_m3.dart';