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

Published by FeodorFitsner over 1 year ago

Changelog

  • 035b001 Bump version 0.4.2
  • 85043d2 Fix reading versioninfo for PyInstaller 5.8.0
  • 13f7d45 Fix Dropdown.disable property
flet - v0.4.1

Published by FeodorFitsner over 1 year ago

Changelog

  • cdfa449 Bump version 0.4.1
  • 63b9bff Slider.round to round slider value on a label
  • 649b294 Merge branch 'main' of https://github.com/flet-dev/flet
  • 660ec6e Fix page.client_storage.get_keys() timeout
  • e0ce478 Update poetry.lock
  • da3143e Fix encode() import in PyInstaller integration
  • 982ee21 Fix "ConnectionAbortedError" error on Windows
  • 610124a Consistent licensing across the code - Apache 2.0
  • a151f61 Fix assets loading in a sub-directory app (#1019)
  • 6529376 Add --distpath option to flet pack and flet publish commands (#1018)
  • f91cec0 Updating manifest.json when using flet publish (#1014)
  • 1e7ba72 Fix "Address already in use" error on flet run hot reload (#1007)
  • 944aaab Force Python sub-process to run with UTF-8 encoding (#1002)
  • 5812e3b Fix: View with content crashes in some routing scenarios (#1001)
flet - v0.4.0

Published by FeodorFitsner over 1 year ago

Changelog

  • 041d762 Disable repetitive publishing of Dart package
  • 0d70a05 Fix download URL for flet-web.tar.gz
  • 9bd647b Fix Fletd build
  • 67f672a Fix Flet Flutter package errors/warnings
  • 0d7e5b3 Prevent Fletd crashing when altering SessionID (#980)
  • ed7ba06 Fix: Make flet publish work on Python 3.7
  • bdadd3f Updated changelog for v0.4.0
  • ad2b4d9 Changed re-connection logic to make hot reload work (#971)
  • 00d8d80 Pyodide publishing fixes and improvements (#953)
  • 7993819 feat: Add PaddingValue to init.py (#936)
  • f261bfe Standalone Flet web apps with Pyodide (#913)
  • 8a58a6a modified tooltip attribute from prefere* to prefer* (#909)
  • 99017f2 Fix unicode encoding in FletTcpSocketServerProtocol
  • 2448c8e Fix relative assets path in desktop app
  • 32207e0 PDM changed to Poetry
  • 4e01cf2 Add --hidden-import option to flet pack command
  • 982132a Add transparancy to matplotlib (#889)
  • a6a95aa Replace Fletd server for desktop apps with a light-weight Python shim (#838)
  • bba864d add default values in Border dataclass (#883)
  • 4ee1416 Fix for issue in control.py when checking add command (#835)
  • 8c06aae Fix async pubsub (#868)
  • 2b78278 add: Border, BorderSide, Scale Offset, Rotate to __init__.py (#866)
  • 14c215b Loading images from a file (#817)
  • 1dd9d36 Asyncio support (#799)
  • 6d9f814 Set filled=True when setting bgcolor in TextField (#807)
  • a4f97c7 Page transition without animation (#809)
flet - v0.3.2

Published by FeodorFitsner almost 2 years ago

Changelog

  • 2a46c62 Fix a call to update_flet_view_version_info()
  • 725fdcc Bump Flet Flutter package version to 0.3.2
  • 21d6490 Fix flet pack command on Windows and macOS (#795)
flet - v0.3.1

Published by FeodorFitsner almost 2 years ago

Changelog

  • d8bf9d6 Use Ruby 3.0
  • f5bde58 Bump Fastlane
  • 6e9cd63 Update Flutter package readme and changelog
flet - v0.3.0

Published by FeodorFitsner almost 2 years ago

Changelog

  • 1e0b43c Automatic publishing of Flet package to pub.dev (#794)
  • ac45cd9 flet pack CLI to create app bundles with custom icons and metadata (#770)
  • ff35962 Authorization should allow to override, such as request_token() methods, there are some customizing authorization flows don't support to get access_token thought local client, even if using environment variables are not allowed. More reference: https://open.feishu.cn/document/common-capabilities/sso/api/get-access_token?lang=en-US (#776)
  • 384bf3e Remove hard-coded colors in Markdown default code theme (#731)
  • cc48859 Fix "replace" when moving children in the collection (#711)
  • 249952c Correctly handle control replacement (#710)
  • 7cf793f Added dense property to TextField and Dropdown controls (#696)
  • 715f162 Added BorderRadius to __init__.py (#691)
  • 514bbee Flet CLI moved into separate module (#679)
  • d669577 Fix MaterialState error in ButtonStyle (#689)
  • 95e006d Update flet-mobile-update.drawio
  • 5e5a33f Pin certifi==2022.9.24 to fix CI (#682)
  • 5d68b04 Merge branch 'main' of https://github.com/flet-dev/flet
  • 1719818 Create flet-mobile-update.drawio
  • c0d1405 Control comments (#681)
flet - v0.2.4

Published by FeodorFitsner almost 2 years ago

Changelog

  • 46ad16d Use correct Flet viewer path when installed from a source package (#675)
  • 89364ed add ControlEvent to init.py (#657)
  • 2aa8496 fix: handle a few corner cases (#503)
flet - v0.2.2

Published by FeodorFitsner almost 2 years ago

Changelog

  • dbae10b Make Control.offset work without animation enabled (#632)
  • e78fc56 Added Dropdown.alignment property (#630)
  • f0afb59 Remove beartype runtime check for all value properties
  • d2c5540 Fix page.scroll to allow None and strings
  • 8b8b0c8 Literals to Enums (#626)
  • 4101c75 gapless_playback is True by default for base64 images
  • 82ad16b Ability to change border shape of FAB control (#621)
  • c12a3e4 Added Slider's on_change_start and on_change_end events (#620)
  • 17b39bb DataTable control: 1-to-1 mapping to Flutter (#583)
  • 5be8ff6 Implemented page.can_launch_url() (#582)
  • 5c67da3 Update project changelog from very beginning (#581)
  • 254d936 Publish pre releases to pypi.org (#579)
  • 75de73c Theming Slider control (#573)
flet - v0.1.65

Published by FeodorFitsner almost 2 years ago

Changelog

  • 7fabc35 Fix FloatingActionButton position
flet - v0.1.64

Published by FeodorFitsner almost 2 years ago

Changelog

  • 43b2838 Disable Build Flet Studio for iOS
  • 291c978 Update CHANGELOG.md
  • b87fb5d Controls S3 (#554)
  • 03fd581 Fixes mouse cursor icon name in 'gesture_detector.py'. (fixes #540) (#559)
  • 821e34a Added missing imports. (#550)
flet - v0.1.63

Published by FeodorFitsner almost 2 years ago

Changelog

  • 5f915d5 ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true
  • ff8d933 Matplotlib and Plotly Charts (#509)
  • 1032f8d make control a cooperative object (#490)
flet - v0.1.62

Published by FeodorFitsner about 2 years ago

Changelog

  • 8897090 Update pubspec.lock
  • f39a069 GestureDetector and fixes (#459)
  • 05a6e8c removed all problems except dart:html problem because it needs material html kind of thing (#461)
  • 202be99 fix: ensure correct version is fetched in dev mode (#443)
  • 4f6b675 Fix controls setter for empty list input (#454)
  • c29478e make ink=True behavior consistent with ink=False (#427)
flet - v0.1.61

Published by FeodorFitsner about 2 years ago

Changelog

  • 5ed09e9 Bump new release
  • 9335866 Merge branch 'main' of https://github.com/flet-dev/flet
  • 64131a5 Disable brew update
  • 03b54e5 updated link to contribution file (#429)
  • 79e078f extract Flutter to $HOME
  • d311b28 Install Flutter to $HOME/flutter
  • d1bfe1a Audio control (#425)
  • 73a3083 Added link to CONTRIBUTION.md (#418)
  • 97e0cdf Querystring2 (debugging) (#415)
flet - v0.1.60

Published by FeodorFitsner about 2 years ago

Changelog

  • d5e0047 Authentication (#335)
  • 464a137 Fix some general syntax warnings (#401)
  • d3c9b96 Modify some syntax (#369)
  • 4e2831d Issue 371: Bug Fix. Type error on send_others_on_topic. (#372)
flet - v0.1.59

Published by FeodorFitsner about 2 years ago

Changelog

  • 831342c Fixes for Gallery (#351)
  • 409acf9 Create feature_request.md
  • 559e430 Update bug_report.md
  • 12760a5 Create bug_report.md
  • 55de850 fixed a typo on the contribution file name (#339)
  • aae06fb replace incorrect link (#347)
  • e330cf9 add data prop to PopupMenuItem (#327)
flet - v0.1.58

Published by FeodorFitsner about 2 years ago

Changelog

  • 000c123 Client storage (#288)
  • 4673a19 Bump Flet to 0.1.57 [skip ci]
flet - v0.1.57

Published by FeodorFitsner about 2 years ago

Changelog

  • e4b473e Container fixes (#275)
  • 48d7018 add error fix for those working with a source package (#272)
flet - v0.1.56

Published by FeodorFitsner about 2 years ago

Changelog

  • 3f36c35 Windows: Clear FilePicker state before opening the dialog as it's blocking
  • 3c50c4f Reconnect with sessionID on desktop/mobile
flet - v0.1.55

Published by FeodorFitsner about 2 years ago

Changelog

  • cda6995 FilePicker and uploads (#258)
  • 010b549 Update CONTRIBUTING.md (#243)
flet - v0.1.54

Published by FeodorFitsner about 2 years ago

Changelog

  • 9540beb Fix ElevatedButton regression
  • 5dc34eb update contributing guide [skip ci]