flet

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

APACHE-2.0 License

Downloads
692.1K
Stars
9.5K
Committers
66

Bot releases are hidden (Show)

flet - v0.10.2

Published by FeodorFitsner about 1 year ago

Changelog

  • 029c2e2 Flet 0.10.2 fixes (#1864)
  • 8459d88 improve create command output (#1859)
  • 23e30dc Fix Typo: "agnle" -> "angle" (#1816)
  • fdfff95 Wrapped --codesign-identity & --add-binary for flet pack (#1789)
flet - v0.10.1

Published by FeodorFitsner about 1 year ago

Changelog

  • 6155b3a Bump Flet version to 0.10.1
  • fd0f27b 0.10.1 fixes - part 1 (#1788)
flet - v0.10.0

Published by FeodorFitsner about 1 year ago

Changelog

  • 66e4ddb Flutter 3.13 (#1774)
  • 7e3ae83 Bump copier 8.2.0 and pydantic 2.3.0
  • 3057359 Reliably delete expired sessions
  • 46f2a86 Use lock in disconnect_session()
  • 0c63ae4 Output total number of sessions
  • 3e4b052 Disconnect session on every error
  • 7bb0be0 Update patch_toml.py
  • 78c28a6 Hosting Flet web apps in FastAPI (#1756)
  • f13fac6 fix typo: "Countinuos" of CountinuosRectangleBorder and similar to "Continuous" (#1738)
flet - v0.9.0

Published by FeodorFitsner about 1 year ago

Changelog

  • 8ce8229 Bump version to 0.9.0
  • 10d37df Update logo-inkscape.svg
  • eb209ed Android support (#1666)
flet - v0.8.4

Published by FeodorFitsner about 1 year ago

Changelog

  • 764b252 Bump Flet version to 0.8.4
flet - v0.8.3

Published by FeodorFitsner about 1 year ago

Changelog

  • 1d98971 Bump Flet version to 0.8.3
  • 02f00d5 Fix client deps for file_picker 5.2.5
  • d2201fc Revert FilePicker to 5.2.5
flet - v0.8.2

Published by FeodorFitsner over 1 year ago

Changelog

  • 176d5ef Fixed: Flet CLI crashes if git is not installed
  • 3010bfb Merge branch 'main' of https://github.com/flet-dev/flet
  • 47ef6c9 Added to changelog: Fix loading assets in sub-dirs
  • 059c612 Fix loading assets in sub-dirs
  • feeb353 Added Support for aes-256 gcm encryption (#1585)
  • c0239b8 Fix flet pack command on macOS
flet - v0.8.1

Published by FeodorFitsner over 1 year ago

Changelog

  • 7a3cca9 Bump Flet version to 0.8.1
  • c6020fe Fix PubSubHub import in connection.py
  • 95c9c85 Fix auth and PubSub imports in page.py
  • 08995eb Fix flet pack command
flet - v0.8.0

Published by FeodorFitsner over 1 year ago

Changelog

  • fa2eceb v0.8.0 release notes (#1550)
  • e5fa92a Pin pydantic to 1.x
  • c92acd2 Create plus-icon.svg
  • 957ac0f Disable debugShowCheckedModeBanner
  • 3820066 Assets per page (#1541)
  • a9286a9 0.8.0 cleanup - p3 (#1528)
  • 6f5e364 Wrap loading page into scaffold if no views
  • 7b3e5a9 flet run assumes assets by default
  • 97d6b16 Do not remove dialog controls from stage upon closing
  • f418447 Server zero session cleanup (#1518)
  • 2fef6f7 View.fullscreen_dialog added
  • cd6b54a Added all SnackBar properties
  • 5cdefc6 NoAnimationPageRoute renamed
  • cce5b6b No animation if switching between pages with the same route
  • 34f442d v0.8.0 cleanup - part 2 (#1506)
  • bba58c3 v0.8.0 cleanup - part 1 (#1500)
  • ca41c55 Add smart_quotes_type, smart_dashes_type, autocorrect and enableSuggestions to TextField control
  • d674ba6 Fix CLI
  • e0df995 Get rid of CallableControl (#1493)
  • c2d2ade FletApp improvements and new CLI (#1492)
  • 7d03f53 Working with dialogs and composite ListTiles (#1491)
  • 97c9a08 Added Image.error_content property (#1481)
  • 214a90b New BottomSheet properties: dismissible, enable_drag, show_drag_handle, use_safe_area (#1468)
  • e87d5da Add flet-embed package to run Python apps embedded into Flutter apps (#1457)
  • 460e0ba Updated links to demo applications in README.md. (#1426)
  • 3780891 Fix Poetry for CI (#1422)
  • 1b246db Delete ios.md
flet - v0.7.4

Published by FeodorFitsner over 1 year ago

Changelog

  • d302c69 Added use_color_emoji to ft.app() in flet-pyodide
flet - v0.7.3

Published by FeodorFitsner over 1 year ago

Changelog

  • f0d0436 Fix missing FLET_APP_WEB declaration in flet-pyodide
flet - v0.7.2

Published by FeodorFitsner over 1 year ago

Changelog

  • e42e64f Routing and theme fixes for Flet 0.7.2 (#1412)
  • fcdb2aa Rollback flutter_svg to 1.1.6
  • a098593 Update ios.md
  • 05f6f4e Update ios.md
  • d58f333 Update ios.md
  • 10a5940 Update ios.md
flet - v0.7.1

Published by FeodorFitsner over 1 year ago

Changelog

  • 562dde9 Fixes for Flet 0.7.1 (#1393)
flet - v0.7.0

Published by FeodorFitsner over 1 year ago

Changelog

  • 46c522c Mention color emoji in changelog
  • 8f05b28 Updated Changelog
  • 383342d Selectable rich text
  • 699efe8 Add CLI option -m to run as module (#1389)
  • 9d23b61 Bump Flutter dependencies
  • c59e7fe Flutter 3.10 upgrade (#1388)
  • 2150cc5 Theme and scrollables improvements (#1372)
  • 9cf0dcd Fix Typos in docs.flet, README, CONTRIBUTION (#1371)
  • 7217e2e Update CONTRIBUTING.md
  • bec154c Fix asset URL in web app with a routing
  • b447e85 Bumped go deps (#1352)
  • 7c97e0e Fix Markdown crashing in container with infinite width
flet - v0.6.2

Published by FeodorFitsner over 1 year ago

Changelog

  • f05c66d Bump Flet version to 0.6.2
  • 0f94b5f Fix SnackBar (and other controls) exit animation
  • 5392ae7 Fix Text default style color
flet - v0.6.1

Published by FeodorFitsner over 1 year ago

Changelog

  • 9fe9cea Fix regression in AlertDialog and BottomSheet controls
flet - v0.6.0

Published by FeodorFitsner over 1 year ago

Changelog

  • f01e34a Bump Flet version to 0.6.0
  • da53ef2 Add url and url_target to controls with on_click event (#1337)
  • 0c523b0 Canvas control (#1301)
  • 35f212b Make non-visual controls working with routing (#1333)
  • a432c10 Fix grammar errors in README.md (#1332)
  • 4b4dc11 Create initial value for __theme_mode attribute in Page class. (#1321)
  • 1725a16 Several small fixes to code (#1308)
  • 981b7b0 Capturing web client info: IP and user agent (#1302)
  • 179858f Clean pypi [skip ci]
  • 192d63c Added SnackBar.duration property
  • 2cb0661 Add data prop to DataTable's row, column and cell
  • 7661ccf Update page.route if typed in the URL (#1289)
flet - v0.5.2

Published by FeodorFitsner over 1 year ago

Changelog

  • 969cb22 Bump Flet version to 0.5.2
  • bc7dfd1 Dispose controls only on session closed event
  • 9b353e9 Fix "There is no current event loop" error in auth module
flet - v0.5.1

Published by FeodorFitsner over 1 year ago

Changelog

  • 8c372de Bump Flet to 0.5.1
  • ca99a26 Fixed infinite recursion in _remove_control_recursively()
  • f306211 Fixed page.__str__() implementation
  • fe3daec Fix page reference in will_unmount method
flet - v0.5.0

Published by FeodorFitsner over 1 year ago

Changelog

  • b79228c 1st class Flet charts based on fl_chart package (#1255)
  • bda358c sudo apt update --allow-releaseinfo-change
  • 35be21b Fix logging in a Python module
  • fc8cc77 Use named loggers in Python (#1157)
  • ad6d723 fix a broken link (#1140)
  • fd03998 Fix Contribution guide as PDM is no longer used (#1124)
  • b19dad9 Fix BoxShadow.blur_style property
  • 8775493 Bump Pyodide v0.22.1
  • 8a98b19 Added focus() method, focus and blur events to Elevated, Outlined, Text and Icon buttons (#1079)
  • e63290d New Card props: color, shadow_color, surface_tint_color (#1078)
  • bfce325 Added WindowDragArea.maximizable property (#1077)
  • 6b4e27f Added Container.blur and Container.shadow properties (#1076)
  • 34fb1d9 Add template for Q&A discussions (#1070)