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

outdated

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json and renders them natively on mobile!. This package is a pure Dart implementation of a Lottie player.

example/main.dart

import 'package:flutter/widgets.dart';
import 'package:lottie/lottie.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Lottie.asset('assets/LottieLogo1.json');
  }
}
3657
likes
0
pub points
100%
popularity

Publisher

verified publisherxaha.dev

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json and renders them natively on mobile!. This package is a pure Dart implementation of a Lottie player.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

charcode, flutter, logging, meta, vector_math

More

Packages that depend on lottie