Releases: flet-dev/flet
Releases · flet-dev/flet
v0.3.0
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 toTextField
andDropdown
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)
v0.2.4
v0.2.2
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
isTrue
by default for base64 images - 82ad16b Ability to change border shape of FAB control (#621)
- c12a3e4 Added Slider's
on_change_start
andon_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)
v0.1.65
v0.1.64
v0.1.63
v0.1.62
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)
v0.1.61
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)