Francesco Iapicca
Francesco Iapicca
I suggest to change the issue as http/2 and [http/3](https://en.wikipedia.org/wiki/HTTP/3) support. The latter is even "curlable" so if we are lucky maybe won't be a huge problem ```bash curl --http3...
it would be useful to give the developer the option to choose to follow the lifecycle or not
> > I think politics does not belong on pub.dev > > I agree. This should also include all pro-ukraine plugs. any political content
Hi @huntrist I see that you set max lines to 1 and than you otherwise it seems to work as intended try replacing this ```dart static const String _lorem =...
> 1. [[web] PWA apps do not update automatically flutter/flutter#105977](https://github.com/flutter/flutter/issues/105977) seems to suggest that the app itself is updated, but the home screen is not. I believe this would need...
> Would this help? https://stackoverflow.com/questions/70968547/pwa-how-to-refresh-content-every-time-the-app-is-opened I don't think it really apply to flutter's case and if it did, refreshing every time would be a pretty bad ux as pointed out...
@cedvdb > Is this issue to update the name and icon when a PWA is installed on a mobile device ? Or is it to update the actual code. the...
> > `web_image_mode: center` reduce the image size by 4x; I noticed in the [web paragraph](https://github.com/jonbhanson/flutter_native_splash?tab=readme-ov-file#web) that such scaling is mentioned, but it's not clear how select the desired one...
> @FetFrumos @CHUNG-HAO > > I have maybe found a solution but : > > * not tested on devices with devicePixelRatio != 3 > * on Android >= 12...