Flutter
flet
Flutter | flet | |
---|---|---|
1,251 | 68 | |
169,280 | 12,702 | |
0.6% | 3.6% | |
10.0 | 9.5 | |
5 days ago | 5 days ago | |
Dart | Python | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Flutter
- Activar semanticsDebugger en Flutter
-
π iOS vs Android Development: Which One Should You Learn First? (The Truth No One Tells You!)
π― Still confused? Start with Flutter, which lets you build both iOS & Android apps with one codebase! Check it out here
-
Writing and Reading NFC in Flutter | Comprehensive Guide
Flutter provides robust support for NFC through third-party packages, making implementation seamless.
-
Deploy Flutter Web App to Vercel
if cd flutter; then git pull && cd .. ; else git clone https://github.com/flutter/flutter.git; fi && ls && flutter/bin/flutter doctor && flutter/bin/flutter clean && flutter/bin/flutter config --enable-web
-
Flutter x Amplify AI Kit Recipe App Development
$ flutter --version Flutter 3.27.4 β’ channel stable β’ https://github.com/flutter/flutter.git Framework β’ revision d8a9f9a52e (9 days ago) β’ 2025-01-31 16:07:18 -0500 Engine β’ revision 82bd5b7209 Tools β’ Dart 3.6.2 β’ DevTools 2.40.3 $ node --version v20.18.1 $ npm --version 10.8.2
-
Building cost-effective AI-driven MVPs with Flutter development services
Flutter is a powerful, popular, and open-source platform known for its developer-friendly environment, wide ecosystem of libraries, extensions and other tools. A key feature of Flutter app development services is that it promotes the development of cross-platform applications without needing to build or write two or three different codebases.
-
Google discontinuing work on Dart macros
IMO it would make the most sense if code generation was integral part of the dart build system. Few years ago I described shortcomings of build_runner on github https://github.com/flutter/flutter/issues/63323, not much changed afaik.
-
The Mobile Development Tech Stack for 2025
Flutter Official Website
-
2025βs Must-Know Tech Stacks
Flutter
-
How to Build a CRUD Application Using Flutter & Strapi
In this tutorial, I'll show you how to build a full-featured mobile CRUD application with Flutter and Strapi 5.
flet
-
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?
- Ask HN: Can I create a mobile and Web App using Python/Python Framework?
-
Ask HN: Cross-platform GUI apps in 2024
I just learned of Flet (https://flet.dev) which seems interesting for Python. I may try this as well.
What are some alternatives?
dioxus - Fullstack app framework for web, desktop, mobile, and more.
nicegui - Create web-based user interfaces with Python. The nice way.
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
reflex - πΈοΈ Web apps in pure Python π
Avalonia - Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology