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

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: ^3.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:lottie/lottie.dart';
3547
likes
140
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

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (LICENSE)

Dependencies

archive, flutter, http, path, vector_math

More

Packages that depend on lottie