Releases: flet-dev/flet
Releases · flet-dev/flet
v0.28.3
v0.28.2
- feat(cli):
flet -V
as alternative toflet --version
(#4791) - New Features and Flutter 3.29 (#4891)
- Fixed:
Dropdown.expand
has no effect (#5042) - feat: expose events (
on_double_tap
,on_pan_start
) inWindowDragArea
(#5043) - feat: custom
ReorderableListView
drag handle listeners (#5051) - Fixed:
LineChartDataPoint.tooltip
not properly rendered (#5105) - Fixed: broken code in
Page.__on_authorize_async
(#5154) - Remove Flet v0.25 deprecations (#5155)
- Prevent platform back button from popping a route with pop confirmation event (#5280)
- Fixed: SearchBar does not handle capitalization correctly (#5014)
- Fixed:
FilePicker
upload fails if original filename is modified (#5037) - Fixed missing imports in
__init__.py
(#5292). - Fixed: GestureDetector should have at least one event handler defined (#5293).
v0.28.1
v0.27.6
What's Changed
- Show app startup screen by default by @ndonkoHenri in #5036
- fix:
Textfield
cursor position changes when modifying field content inon_change
by @ndonkoHenri in #5019 - Remove deperecated method by @shiena in #5005
- fix: incorrect positioning of non-FAB controls assigned to
page.floating_action_button
by @ndonkoHenri in #5049 flet build
: allow dependencies with commas and other fixes by @FeodorFitsner in #5067
New Contributors
Full Changelog: v0.27.5...v0.27.6
v0.27.5
What's Changed
- feat:
Dropdown.menu_width
property by @InesaFitsner in #5007 - Flet 0.27.5: app "loading" screens, Android splash customization by @FeodorFitsner in #5026
Full Changelog: v0.27.4...v0.27.5
v0.27.4
What's Changed
- Fix: do not remove
flutter-packages
on re-build ifdev_packages
configured by @FeodorFitsner in #5002
Full Changelog: v0.27.3...v0.27.4
v0.27.3
What's Changed
- Make
flet build
work in CI environment by @FeodorFitsner in #4993
Full Changelog: v0.27.2...v0.27.3
v0.27.2
What's Changed
- Fix: Error on second run "Because {app} depends on flet_{package} from path which doesn't exist" by @FeodorFitsner in #4958
- Added support for
tool.flet.dev_packages
by @FeodorFitsner in #4965 - Flet 0.27.2 fixes by @FeodorFitsner in #4956
Full Changelog: v0.27.1...v0.27.2
v0.27.1
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
- Remove
CupertinoCheckbox_inactive_color
in favor of itsfill_color
by @ndonkoHenri in #4847 - Set
Dropdown.options_fill_horizontally=True
by default by @ndonkoHenri in #4846 - Make
ControlEvent.data
of typeOptional[str]
withNone
as default by @ndonkoHenri in #4800 - fix: disable markup for flet-cli stdout logs by @ndonkoHenri in #4796
- feat: Implement
Container.dark_theme
property by @ndonkoHenri in #4867 - fix:
SearchBar.bar_border_side
not being visually honoured by @ndonkoHenri in #4768 - feat:
ReorderableListView
Control by @ndonkoHenri in #4865 - feat:
flet doctor
CLI command by @Gordon-Burns in #4803 - feat: implement button themes (for
ElevatedButton
,OutlinedButton
,TextButton
,FilledButton
,IconButton
) by @ndonkoHenri in #4872 - fix:
CupertinoSlider
raisesAssertionError
with valid values by @ndonkoHenri in #4873 - fix: Ensure
ListTile
's material parent has a transparent color for proper tilebgcolor
visibility by @ndonkoHenri in #4875 - fix: use utf8-encoding when opening files by @ndonkoHenri in #4911
- fix: grey screen displayed when scale-transforming by @ndonkoHenri in #4913
- For Flet Dropdown, flutter widget replaced with DropdownMenu by @InesaFitsner in #4885
- feat: implement
SearchBar.blur()
by @ndonkoHenri in #4919 - feat(packaging): use Provisioning Profile to sign iOS app archive (
.ipa
), deprecate--team
option by @FeodorFitsner in #4868 - Remove
v0.24.0
deprecations by @ndonkoHenri in #4932 - fix issue with datatable tooltip by @InesaFitsner in #4933
- Prepare Flet 0.27.0 by @FeodorFitsner in #4935
- Last-minute fixes for Flet 0.27.0 release by @FeodorFitsner in #4938
New Contributors
- @Gordon-Burns made their first contribution in #4803
Full Changelog: v0.26.0...v0.27.0