Carsten Seeger
Carsten Seeger
The biggest issue not having this feature is, once you are forced to use SSL (e.g. your application uses SSO providers for login like google, apple, facebook which enforce SSL...
any update here?
@DavBfr any ideas?
yeah there is a still [open issue](https://github.com/flutter/flutter/issues/33577) for this. If i find some time I will try to use web workers + dart2js to simulate isolation on web.
maybe [WASM](https://docs.flutter.dev/platform-integration/web/wasm) support could also work (at least for newer browsers)
The main issue here is not the isolation itself since web worker can do this. The critical part is the pdf library is written in dart but web worker needs...
@renefloor @amorenew any chance this project gets some love?
@BeMacized or @martijn00 since this repository is part of Baseflow, can you help out here?
@mvanbeusekom this looks wrong to me since the current version released is v3.3.1 which is from december 31, 2023. I guess the correct tag version would be v3.3.2 Also the...
> Hi @c-seeger, > > The [cached_network_image](https://pub.dev/packages/cached_network_image) package (current version 3.3.1) internally relies on the [cached_network_image_web](https://pub.dev/packages/cached_network_image_web) package (current version 1.2.0) to provide support for the web platform. > > If...