Cyril COLINET
Cyril COLINET
@CameronStuartSmith please just accept this to accept plugin support in android devices and fix issue #10 and #6 Thanks in advance, and good work for this implementation in flutter.
Same with Android Oreo 8.1. The black square just displayed 500ms, not more, but it is very affligeant for users. Do you find something ? @veneno261 @kimthangatm
Hi @mark922, fixed using package `lottie: 0.3.3` with the following code example: ```dart LottieBuilder.asset("you_file.json", width: 200, repeat: false, ) ```
@virskor Thanks for this quick fix. @Dn-a If you need to test, I can help you if you need to. Thanks again, you're the boss.
@Otrex looks like the same issue of this guy, please check: https://github.com/acidjazz/nuxt-tailvue/issues/7#issuecomment-996309084
Hello @xavsio4 :) I had the same issue few hours ago and i fixed it by adding `node_modules/tv-*/dist/tv-*.umd.min.js` in `content` array of the `tailwind.config.js` file (you can create it if...