lottie_tgs 2.7.1
lottie_tgs: ^2.7.1 copied to clipboard
Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player. With TGS (Animated telegram sticker) support
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lottie_tgsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lottie_tgs: ^2.7.1Alternatively, 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:lottie_tgs/lottie.dart';