Talk Python To Me

#378: Flet: Flutter apps in Python

7 snips
Aug 21, 2022
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

From Pagelet To Flutter Interest

  • Feodore described starting with Pagelet as an internal tool for throwaway web apps and the naming journey to BeGlad.
  • That early web focus led him to explore Flutter when webviews were inconsistent across platforms.
INSIGHT

State Is Flutter's Hard Part

  • Flutter's main complexity comes from state management in non-trivial apps, not from Dart or the framework itself.
  • That complexity drives some developers to prefer simpler, server-driven UI patterns for business apps.
INSIGHT

Python Wrapper Over Flutter Widgets

  • Flet exposes Flutter widgets to Python by presenting them as high-level controls and layouts.
  • It maps Flutter's widget tree into a Python-friendly, imperative API to simplify UI construction.
Get the Snipd Podcast app to discover more snips from this episode
Get the app