Nicolas Cuillery
Nicolas Cuillery
In my case, the test fails. Maybe because I'm doing golden testing. ```dart await expectLater( find.byType(MyWidgetUsingCachedNetWorkImage), matchesGoldenFile('main.png'), ); ```
This blog post might help: https://medium.com/flutter-community/golden-testing-using-cachednetworkimage-1b488c653af3
This blog post might help: https://medium.com/flutter-community/golden-testing-using-cachednetworkimage-1b488c653af3
Isn't that already done? I see a `tr` function in public.dart that can be called without `context` argument.
It seems that this piece of code no longer works ~in Flutter 2.0 because of some changes in [ScrollController](https://api.flutter.dev/flutter/widgets/ScrollController-class.html)~ EDIT: Nope, it's because of something between 2.2.1 and 2.3.0
My app is using Crashlytics but I have to use a self-hosted instance of Sentry specifically for China, this feature would be very useful!
@JIANHUI2015 What I ended up with is a script run by CI before "flutter pub get" that removes the dependencies from the pubspec.yaml. It uses https://github.com/mikefarah/yq and looks like this:...
Definitely got the issue using the latest 11.19.0 Downgrading to 11.17.0 has fixed the issue.
:+1:
@RossKinsella I didn't really see a white flash on your gif. I guess the bitrate of your recording is too slow. But I'm pretty sure it's the Fresco splash screen....