Skip to content

Depreciated docs on the flet-fastapi library #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blog/2023-08-30-flet-for-fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ On the other hand, seasoned FastAPI developers can use Flet to easily add intera

```python
import flet as ft
import flet_fastapi
import flet.fastapi as flet_fastapi

async def main(page: ft.Page):
await page.add_async(
Expand All @@ -34,7 +34,7 @@ It's a simple app that just outputs "Hello, Flet!" on a web page.
To run the app install Flet for FastAPI and Uvicorn:

```
pip install flet-fastapi
pip install flet
pip install uvicorn
```

Expand All @@ -61,4 +61,4 @@ Flet app must be [async](/docs/getting-started/async-apps) in order to work with

Check [the guide](/docs/publish/web/dynamic-website) for complete information about Flet with FastAPI.

Let us know what you think by joining [Flet Discord server](https://discord.gg/dzWXP8SHG8) or creating a new thread on [Flet GitHub discussions](https://github.com/flet-dev/flet/discussions).
Let us know what you think by joining [Flet Discord server](https://discord.gg/dzWXP8SHG8) or creating a new thread on [Flet GitHub discussions](https://github.com/flet-dev/flet/discussions).