[PR #2322] [CLOSED] Add Flet #15438

Closed
opened 2026-05-02 07:31:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2322
Author: @ndonkoHenri
Created: 1/19/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

With Flet, you code in Python only and a get multi-user, realtime Single-Page Application (SPA), with a beautiful Flutter UI.
(Website, GitHub)

What's the difference between this Python project and similar ones?

Enumerate comparisons.

  • Based on Flutter - Flutter UI rendered
  • No SDKs, no thousands of dependencies, no complex tooling - Flet has built-in web server with assets hosting and desktop clients.
  • Deploy Flet app as a web app and view it in a browser. Package it as a standalone desktop app for Windows, macOS and Linux. Install it on mobile as PWA
  • Threads could be started anyhow within, without blocking the app's execution loop
  • Flet has a very simple architecture
  • Has hot reload for developpers
  • much more: https://flet.dev/

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2322 **Author:** [@ndonkoHenri](https://github.com/ndonkoHenri) **Created:** 1/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9df4fd9`](https://github.com/vinta/awesome-python/commit/9df4fd955d0285fce1c5a81fcfa14ed58b9c330e) Add Flet ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? With Flet, you code in Python only and a get multi-user, realtime Single-Page Application (SPA), with a beautiful Flutter UI. ([Website](https://flet.dev/), [GitHub](https://github.com/flet-dev/flet)) ## What's the difference between this Python project and similar ones? Enumerate comparisons. - Based on Flutter - Flutter UI rendered - No SDKs, no thousands of dependencies, no complex tooling - Flet has built-in web server with assets hosting and desktop clients. - Deploy Flet app as a web app and view it in a browser. Package it as a standalone desktop app for Windows, macOS and Linux. Install it on mobile as [PWA](https://web.dev/what-are-pwas/) - Threads could be started anyhow within, without blocking the app's execution loop - Flet has a very simple architecture - Has hot reload for developpers - much more: https://flet.dev/ Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 07:31:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#15438