Deploying web app
Flet app can be deployed as a "standalone" web app which means both your Python app and Flet web server are deployed together as a bundle.
📄️ Customizing web app
When you open Flet app in the browser its index.html, Flutter engine, favicon, images and other web app resources are served by Flet Server (aka "Flet daemon" or fletd). These resources are bundled with flet Python package. However, there are situations when you need to modify the contents of certain files to customize appearance of your app or its behavior, for example:
📄️ Progressive web apps (PWA)
Progressive Web Apps, or PWAs, offer a way to turn app-like websites into website-like apps.
🗃️ Hosting providers
3 items