Questions tagged [flet]

Flet is a framework that enables you to easily build realtime web, mobile and desktop apps in your favorite language and securely share them with your team.

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

From idea to app in minutes
An internal tool or a dashboard for your team, weekend project, data entry form, kiosk app or high-fidelity prototype - Flet is an ideal framework to quickly hack a great-looking interactive apps to serve a group of users.

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).

Batteries included
To start developing with Flet, you just need your favorite IDE or text editor. No SDKs, no thousands of dependencies, no complex tooling - Flet has built-in web server with assets hosting and desktop clients.

Powered by Flutter
Flet UI is built with Flutter, so your app looks professional and could be delivered to any platform. Flet simplifies Flutter model by combining smaller "widgets" to ready-to-use "controls" with imperative programming model.

Speaks your language
Flet is language-agnostic, so anyone on your team could develop Flet apps in their favorite language. Python is already supported, Go, C# and others are coming next.

Deliver to any device
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 or view via Flet app for iOS and Android.

94 questions
0
votes
2 answers

launch URL in Flet

I'm using Flet and I want for my app to launch a link when clicking on a button. According to the docs, I can use launch_url method. But when I tried, I got the following error: Exception in thread Thread-6 (open_repo): Traceback (most recent call…
iqfareez
  • 555
  • 7
  • 21
-1
votes
0 answers

Using Flet in Pythonista on iOS

I'm playing around with Flet on macOS. It's pretty cool when you want to develop a UI in Python -- on macOS. Is there a way to use Flet code in Pythonista on iOS?
halloleo
  • 9,216
  • 13
  • 64
  • 122
-1
votes
0 answers

How can i pick video files in FilePicker Flet?

I am new to flet. i wanna open just video files, how can i do this ? don't send the link of flet doc! I write this codes for opening the file dir: def select_video(e: flet.FilePickerResultEvent): page.add(filepicker) …
-1
votes
1 answer

how to configure flet with django to build full stack application

Is there any way to use flet with django. I found both frameworks to be interesting but I haven't found any article using them together. https://www.djangoproject.com/ https://flet.dev/ I have search google and looked at stack overflow as well. I am…
Ashish
  • 14,295
  • 21
  • 82
  • 127
1 2 3 4 5 6
7