rive-flutter
rive-flutter copied to clipboard
use asset bundle of inherited widget instead of root
One should never use rootBundle because it cannot be overridden for example during testing. It's better to use DefaultAssetBundle.of(context).
@mjtalbot Any update?
@mjtalbot Any update?
thank you for the prod, let me chase this one down
sorry for the late response I'll take a look over the weekend on how this could be avoided :) I already have an idea