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...
Oh, thank you! I thought I was going crazy; I tried everything but still have no idea how this annoying issue is happening, lol. **UPDATE:** By upgrading CocoaPods to [1.16.0](https://github.com/CocoaPods/CocoaPods/releases/tag/1.16.0),...
> In my case, I'm already using version 1.16.0, but it's still not working. > > ``` > (base) yunseongmun@yunseongmuns-MacBook-Air ~/Golbang_FE/golbang_jb/ios ↱ main ±✚ sudo gem update...
@loading1031 maybe try to remove derived data from xcode ? My side I use DevCleaner tool from app store by you can do it manually by completely close XCode and...
@Tigls what is your xcodeproj gem version ?