flet icon indicating copy to clipboard operation
flet copied to clipboard

web: patch html title with app_name

Open johnnychen94 opened this issue 1 year ago • 0 comments

This allows flet_fastapi to substitute the generated HTML <title> without introducing the custom index.html, e.g.,

flet_fastapi.app(
            webapp_main,
            app_name="my app",
            app_short_name="myapp",
            app_description="myapp description",
        )

johnnychen94 avatar Mar 19 '24 06:03 johnnychen94