SaaSHub helps you find the best software and product alternatives Learn more →
Flet Alternatives
Similar projects and alternatives to flet
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
textual
Lean TUI application framework for Python. Build sophisticated terminal user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
htag
Python3 GUI toolkit for building "beautiful" applications for mobile, web, and desktop from a single codebase
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
flet discussion
flet reviews and mentions
-
From Codecademy to Programming: My First Python Flet App For Managing Shopping List
As part of my final project for the "Fundamentals of Programming" in Codecademy Computer Science course, I wanted to build something practical that could also help me reinforce my understanding of programming fundamentals. With that in mind, I created a simple but fully functional shopping list app using Flet—a Python framework for building beautiful UIs without needing to dive into web development. This app allows users to add products, assign prices, apply sales tax (IVU), and view both subtotals and totals dynamically.
-
Using Uv and PEP 723 for Self-Contained Python Scripts
It's more the latter, particularly when Rust is used in libraries (eg. FastAPI) as opposed to tools, as it's destroying portability. For example I use flet[0] in some of my projects, and I have to be increasingly careful about the other dependencies as there is no support for the Rust toolchain within Dart/Flutter, and even if there was it still sounds like it'd be a nightmare to maintain. Same applies to any other platforms/apps out there that support running Python for flexibility, and handling another language is just way out of scope (and I'm pretty sure there are quite a few). A key part of Python's existence is as glue between disparate system parts, and rustification is reducing it's usefulness for an increasing number of niche cases where it once excelled.
[0] https://flet.dev
-
All Data and AI Weekly #182 - 24-March-2025
Cool Stuff of the week ⚡️ https://flet.dev/
-
Show HN: Robyn – "Batman Inspired" Python Web Framework Built with Rust
The problem with all this combining is that it's making apps less portable. Like I want to make apps that work on desktop+mobile with flet[0], but now I have to specifically seek out more "traditional" alternate packages and hope they stayed in reasonable feature parity with these Rustified Frankensteins. Not a fan at all.
[0] https://flet.dev
-
Building a calculator using Flet with python
In line 7 we define the main app instance to Page; a page is a container for View Controls. So here I won’t go deep into views since it’s beyond the scope of this tutorial, but you reference here.
- Flet – multi-platform apps in Python powered by Flutter
-
Kivy – a cross platform Python UI framework
One cross platform Python framework I found interesting is flet https://flet.dev/
It's powered by Flutter behind the scenes and familiar enough so that you can translate most things from Flutter/Dart tutorials to Flet.
-
Show HN: Mesop, open-source Python UI framework used at Google
How does it compare to https://nicegui.io/ ?
How does it compare with https://flet.dev/ ?
Does it compete in the niche of making simple things easy and hard things possible?
- Python dev considering Electron vs. Kivy for desktop app UI
-
FastUI: Build Better UIs Faster
> When you run flet build command it ... Packages Python app using package command of serious_python package. -- https://flet.dev/docs/guides/python/packaging-app-for-distri...
It looks like Flet is for client-side code. It lets you write Flutter apps with Python instead of Dart.
> Simple Architecture - No more complex architecture with JavaScript frontend, REST API backend, database, cache, etc. With Flet you just write a monolith stateful app in Python only and get multi-user, realtime Single-Page Application (SPA). -- https://flet.dev
If I'm writing Python that runs on the mobile device, it must talk to a server to read & write data. Doesn't this still require an API backend, database, cache, etc?
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 May 2025
Stats
flet-dev/flet is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of flet is Python.