dnfield / lottie-flutter

A pure Dart/Flutter implementation of Lottie
Apache License 2.0
115 stars 24 forks source link

provide a full working project file instead of main.dart #15

Open parth181195 opened 5 years ago

parth181195 commented 5 years ago

you should provide a full working example with a working flutter project

dnfield commented 5 years ago

This project needs to be updated, but a flutter run from the root should get you a full example

workerbee22 commented 5 years ago

A full example project would be better. Main.dart is fine, but not null error on line 123 currently. Also depends on assets in /assets, yet main.dart is in example, but the package itself is in /lib. So kinda makes it hard to separate package code from usable example code.