Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Flet

Build internal web apps quickly in the language you already know.

Flet Reviews and details

Screenshots and images

  • Flet Landing page
    Landing page //
    2023-08-28

Features & Specs

  1. Ease of Use

    Flet provides a straightforward API that simplifies the process of building interactive web applications, making it accessible even to those with minimal web development experience.

  2. Cross-Platform Support

    Flet supports multiple platforms, allowing developers to create applications that can run seamlessly across different devices and operating systems.

  3. Rapid Development

    With a focus on fast development cycles, Flet enables developers to quickly prototype and deploy applications, significantly reducing time to market.

  4. Rich UI Components

    Flet offers a wide range of built-in UI components that help developers create visually appealing and functional interfaces without having to start from scratch.

  5. Community and Documentation

    Flet comes with comprehensive documentation and an active community, providing valuable resources and support for developers throughout the development process.

Badges

Promote Flet. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

FLET Can Cooler กระป๋องน้ำจะไม่หายเย็นก่อนกินหมดอีกต่อไป - Pond Review

FLET Tumbler รุ่นใหม่ แก้ปัญหาของตัวเก่าได้ครบทุกจุด! - Pond Review

Ekskluzive/ Detaje të reja nga vrasja e Shëngjinit, flet familjarja e Lekstakajve Nertila Haxhia

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Flet and what they use it for.
  • 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... - Source: dev.to / 12 days ago
  • 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... - Source: Hacker News / about 2 months ago
  • All Data and AI Weekly #182 - 24-March-2025
    Cool Stuff of the week ⚡️ https://flet.dev/. - Source: dev.to / about 2 months ago
  • 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. - Source: Hacker News / 3 months ago
  • 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. - Source: dev.to / 9 months ago
  • 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. - Source: Hacker News / 11 months ago
  • 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? - Source: Hacker News / 12 months ago
  • Python dev considering Electron vs. Kivy for desktop app UI
    Https://flet.dev is an interesting project and gives you a good looking UI out of the box. It uses flutter in the background. - Source: Hacker News / about 1 year ago
  • 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-distribution 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,... - Source: Hacker News / about 1 year ago
  • FastUI: Build Better UIs Faster
    Flet (https://flet.dev) might be easier for backend devs as it doesn't assume any web experience at all. You use controls (aka widgets) with events (not request/response) and can build not only web, but desktop and mobile apps - all with a single codebase. Disclaimer: I'm Flet developer. - Source: Hacker News / about 1 year ago
  • 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. - Source: Hacker News / over 1 year ago
  • How to Build an Online MRZ Generator with Python, Pyodide and HTML5
    When developing or selecting an MRZ (Machine Readable Zone) recognition SDK, the primary challenge lies in finding an appropriate dataset for testing. Acquiring genuine MRZ images is challenging, and due to privacy concerns, they aren't publicly accessible. Therefore, crafting MRZ images becomes a practical solution. Fortunately, there's an open-source Python MRZ generator project, available for download from... - Source: dev.to / over 1 year ago
  • Flet is "The fastest way to build Flutter apps in Python" - it's not :(
    "The fastest way to build Flutter apps in Python" is the title of Flet's web page. As someone coming from the Flutter world reading the line I draw an ideal picture of "swapping Dart language for Python and magically having the whole power of Flutter framework and the tips of your fingers". - Source: dev.to / over 1 year ago
  • Python GUIs
    Well I haven't seen anyone mention Flet, which is pleasant (if maybe not all that complete) if you have Dart/Flutter experience, so increment your counter at least one. :-) https://flet.dev/. - Source: Hacker News / almost 2 years ago
  • After tearing my hair out writing JavaScript the last few days how close are we to Python in the browser?
    You might check out flet.dev. I haven't built any yet with it but it looks good. Flet is python to flutter. Works well. Source: about 2 years ago
  • Inkscape (vector graphics editor) is hiring: Accelerating the GTK4 migration
    Web and Flutter support for other languages is debatable to be fair: you have webassembly so if your language of choice supports it as a compilation target you should be good, sure it doesn't count as a toolkit, but Blazor is a real example that relies on that, although you will need JS anyway to act on the DOM; Flutter has Flet that allows you to use it through Python and also other languages are coming if I'm... Source: about 2 years ago
  • Container shadow
    I am trying to create a Container with shadow and when I try the Code given as example on flet.dev, not only is shadow not recognized as argument for Container but I get an error, module flet has no attribute BoxShadow. Source: about 2 years ago
  • Which GUI module is better in Python? tkinter or PyQt or kivy?
    Take a look at Flet framework which is built with Flutter. https://flet.dev/. Source: about 2 years ago
  • GUI/games. TKInter must be run on a local machine/OS? Any sort of cloud based options for Python GUI coding?
    Another option is Flet which may be used for a Desktop app or a web browser app. Source: about 2 years ago
  • is building a very basic website with only one page and some text a good first project?
    Try Flet: A library that basically lets you build Flutter apps in Python. Quite joyful to work with, and lets you create nice looking GUIs easily. Also, you can export your result to any platform, even web. Https://flet.dev/. Source: about 2 years ago
  • Godot Fast Android Export
    I hope Flet will move little bit faster, and we can be use this for mobile apps too. Source: about 2 years ago

Do you know an article comparing Flet to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Flet discussion

Log in or Post with

This is an informative page about Flet. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.