pwa
pwa copied to clipboard
Flutter web question
Am sorry to ask a question on the issue list.
We are testing flutter web and there is no technical reason a pwa that uses service worker , push notifications can work with flutter web.
But the plugin needs to provided. Service worker MAYBE is an isolate but that's not a plugin ?
We would really like to integrate this concept into out app so that users can run without having to go through the app stores.
I'm sorry, but I have no idea how that integration would work. If you need anything to be patched within this package, I'd be happy to accept PRs, but I can't really help with it besides that.
I'm facing the same wonder and I feel this is about Isolate on Web. Isolate can work on Native not Web. While Web Isolate needs to run a worker as well and this library had one. So, why not using what pwa offers? If we have a chance to do it, we will gain many steps to convert dart to javascript. What is your view?