text_morph_flutter 1.1.0
text_morph_flutter: ^1.1.0 copied to clipboard
Shape-level text morphing animations for Flutter, built on glyph_path and glyph_path_flutter — animates one string's glyph outlines into another's.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_morph_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
text_morph_flutter: ^1.1.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:text_morph_flutter/text_morph_flutter.dart';