What is the best way to show a prompt to install the native app on a Flutter PWA?
I found this guide https://developer.chrome.com/blog/app-install-banners-native/ but I am not sure where the Javascript should go or if this needs to be coded somehow in Flutter code.
I also thought of maybe building a dialog myself, but I don't find an easy way to generate a persisten dialog over the whole app that can be dismissed by the user