text_morph_flutter 1.1.0 copy "text_morph_flutter: ^1.1.0" to clipboard
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_flutter

This 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.0

Alternatively, 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';
0
likes
160
points
117
downloads
screenshot

Documentation

API reference

Publisher

verified publishercrossapplication.members.co.jp

Weekly Downloads

Shape-level text morphing animations for Flutter, built on glyph_path and glyph_path_flutter — animates one string's glyph outlines into another's.

Repository (GitHub)
View/report issues

Topics

#animation #text #transition #shape #vector-graphics

License

BSD-3-Clause (license)

Dependencies

cacherine, flutter, glyph_path, glyph_path_flutter, meta

More

Packages that depend on text_morph_flutter