Simon Binder
Simon Binder
Making `Type` generic might be the less intuitive approach for subtype checking via `is`, but it opens up other possibilities. For instance, code generators often use a `List` somewhere in...
> then _all_ types need to be retained. That's a significant extra overhead. @lrhn This would not be a problem if `runtimeType` returned a `Type`, right? Type literals could still...
Thanks for the info. Unfortunately, enabling multithreaded rendering still crashes the example app, seems like we're running into another issue here :( I'll try building a smaller native plugin reproducing...
Thanks for your interest. The plugin doesn't support iOS because I don't have any experience with iOS development and I don't have access to a Mac which would be required...
Great, thank you for considering to do this, I really appreciate it :thumbsup: If you need any clarifications on the internal methods / platform channels, please let me know where...
Well that's unfortunate. Still, thank you for trying this out!
Thanks for the report. Does this error occur when trying to build the example included in this repo or did you encounter it in your own project? I'm asking because...
Ok, I think I figured it out. What I said earlier is wrong as the Android library of Lottie _does_ depend on the support-fragment library. As the version Lottie is...
You can change the size of your animations in two places: In `instance.prepareAnimation` and in the place you create the widget in, with `new FluttieAnimation(yourAnimation, size: const Size(w, h))`. You're...
Hey, thanks for the suggestion. The scope of lottie-flutter is way bigger than the one of this repository: This one only works on Android and just pipes the output of...