Francesco Iapicca
Francesco Iapicca
[using pkl](https://github.com/flutter/flutter/issues/143662) can be a way to achieve some of the goals of that issue (eg: `version number`, `package/bundle names` and `permissions`) but all (it wont help for `icons`, `splash...
@lconer try using `precacheImage` here is a [code sample](https://dartpad.dartlang.org/?id=3145c3d6829cfb0b2bffee53300bb77c)
@lconer I have 2 options on the matter: - I believe NetworkImage works as intended - I personally really dislike how NetworkImage and more in general how Images are handled...
@huycozy what is reproducible exactly? what you have here is essentially this ```dart class Foo { Foo( void Function() callback); } void definitelyThrow() => throw Exception(); void main() => print(Foo(definitelyThrow));...
> > Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. > > If you...
this problem **_keeps coming back_** (or never really went away), maybe needs some attention! Once it was closed with this [answer](https://github.com/flutter/flutter/issues/79645#issuecomment-819920763) (which I find perplexing) > Our `FilterQuality` situation is...
> That's disappointing that you can't seem to determine what changed in Dev to confirm this was fixed 😞 that's the hard part, as mentioned above [this issue keeps coming...
> Running the gallery app locally on the latest master does not reproduce the issue, but the one hosted on gallry.flutter.dev, still does. @alanwutang11 If this issue is fixed, maybe...
>  (Similar results without the overlay when checking the flutter devtools) > @KevinHaendel 6.7 ms/frame is not 20 ftp not even 60 fps (16.67 ms/frame) it's more like 149...
> Flutter does only take 6.7 ms/frame to render, but in reality the screen refreshes at only approx. 20fps. [...] The "Flutter Performance"-Tab in Android Studio also shows that the...