Brad
Brad
Android emulator API 29 and 30 for me after flutter clean. Haven't tried others Flutter 1.20.2 ``` Note: ~/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for...
The flutter team just merged in a pull request and released an update to suppress these warnings in [`url_launcher`](https://pub.dev/packages/url_launcher/changelog) https://github.com/flutter/plugins/pull/3132 Might be reasonable to do the same here
@renefloor This issue is still occurring on Flutter 1.22.1, with `CachedNetworkImage` 2.3.3
```yaml flutter_cache_manager: dependency: transitive description: name: flutter_cache_manager url: "https://pub.dartlang.org" source: hosted version: "2.0.0" ```
Using the beta version 2.3.0-beta.1+1 recommended above causes us many of these exceptions ``` ════════ Exception caught by image resource service ════════════════════════════ The following assertion was thrown when reporting an...
@renefloor I see. Thanks for the reply!