Xavier H.
Xavier H.
Hello @caybear, Thanks for the contribution :-) Can give an example when this crash happens? (ideally a small reproduction script)
Thanks. I hope it will get fixed internally.
@leoafarias in terms of dependencies, this is also a win: ``` These packages are no longer being depended on: - pubspec 2.2.0 - quiver 3.1.0 - uri 1.0.0 ``` `pubspec_parse`...
@leoafarias done, I rebased my PR on top of the latest main
I think you either have to declare your assets without the "packages" path: ```yaml assets: - assets/images/118839-sleeping-piggy.zip ``` or use the `package` parameter in the `Lottie.asset` constructor: ```dart Lottie.asset('assets/images/118839-sleeping-piggy.zip', package:...
Can you send the .zip file to check why it doesn't load?
@akindone thanks for the report and sample code. I see the problem but I'm not really sure what is the correct fix. A user may want to return a different...
This library doesn't provide a complex api to control the animation. Instead you have to provide an `AnimationController`. This is a standard class from Flutter that has a powerful API...
Hi @itslenny, Thank you for the PR. This package is a pure translation of the `Lottie-android` project and that condition seems to exist in the original library: https://github.com/airbnb/lottie-android/blob/master/lottie/src/main/java/com/airbnb/lottie/LottieDrawable.java#L896 So, to...
Can you describe what you mean by "Direct map"?