Nino Aquinas
Nino Aquinas
Running into this issue today too :(
Running into the same issue too here. Does anyone find any solution for this?
My screenshot above doesn't show what inside the thread.start() so adding it more here.
Here's the lottie json file that I used. [bird-happy-sitting.json.zip](https://github.com/xvrh/lottie-flutter/files/6812060/bird-happy-sitting.json.zip) Here's how I render it. ``` final List valueDelegates = [ ValueDelegate.opacity(['CHEEK_L', '**'], value: 0), ValueDelegate.opacity(['CHEEK_R', '**'], value: 0), ValueDelegate.opacity(['TUMMY', '**'],...
I also run into this issue and the solution from @Babwenbiber doesn't work for me.