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

outdated

Use lottie in flutter to render animations for iOS and Android. 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');
  }
}
3651
likes
0
pub points
100%
popularity

Publisher

verified publisherxaha.dev

Use lottie in flutter to render animations for iOS and Android. 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