lottie 1.0.0 copy "lottie: ^1.0.0" to clipboard
lottie: ^1.0.0 copied to clipboard

outdated

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lottie

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lottie: ^1.0.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:lottie/lottie.dart';
3604
likes
0
pub points
100%
popularity

Publisher

verified publisherxaha.dev

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, characters, charcode, collection, flutter, logging, meta, path, vector_math

More

Packages that depend on lottie