You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade to flare 1.5.4 (required by flutter upgrade to 1.7), we started to have our widget test fail.
After debugging , we found that in flare_cache_asset.dart, asset were not loaded before the test fail.
This is not an issue in 1.5.1
The text was updated successfully, but these errors were encountered:
Hi @luigi-rosso :
here is a code and test example:
below widget build FlareActor and the callback tell us the animation has complete and we'll forward in our flow, the call back is hit when I run the app but is not hit when I run the test.
After upgrade to flare 1.5.4 (required by flutter upgrade to 1.7), we started to have our widget test fail.
After debugging , we found that in flare_cache_asset.dart, asset were not loaded before the test fail.
This is not an issue in 1.5.1
The text was updated successfully, but these errors were encountered: