LCostaN

Results 4 comments of LCostaN

I did it and ran `flutter pub get`. Still showing a problem: ```dart { "resource": "/D:/Projetos/pessoal/trinity-orientation-2018/lib/firebase_cache/cached_firebase_image.dart", "owner": "dart", "code": "invalid_override", "severity": 8, "message": "'CachedNetworkImageProvider.load' ('ImageStreamCompleter Function(CachedNetworkImageProvider)') isn't a valid override...

@isoos I tried to make it call `pwa.Client()` only if it's running in web platform, but when running on Android it crashes as it can't compile that part. I published...

Something like that. I was testing if it was possible to have the same code be compiled to both web and android already. It was working fine, so I went...

I'm not in a hurry to implement PWA as Flutter's still in tech preview for web. Though, is this something useful enough to be added inside the PWA package? Like...