What's Changed
- feat: implement
Window.ignore_mouse_events
by @ndonkoHenri in #4465 - Update project_dependencies.py by @omamkaz in #4459
- Remove
v0.26.0
deprecations by @ndonkoHenri in #4479 - fix:
SafeArea
object has no attribute_SafeArea__minimum
by @ndonkoHenri in #4500 - fix broken
Map.center_on()
and default animations by @ndonkoHenri in #4519 - fix: Tooltip corruption in
Segment
andBarChartRod
onupdate()
by @ndonkoHenri in #4525 - fix: Setting
CheckBox.border_side.stroke_align
to an Enum fails by @ndonkoHenri in #4526 - fix:
ControlState
should be resolved based on user-defined order by @ndonkoHenri in #4556 - fix: broken
Dismissible.dismiss_direction
by @ndonkoHenri in #4557 - Fix Rive not updating by @syleishere in #4582
- Migrate to Flutter 3.27.0 by @ndonkoHenri in #4593
- Fix CI jobs with Poetry by @FeodorFitsner in #4663
flet build
command: Copyflutter-packages
, support for platform-specific dependencies by @FeodorFitsner in #4667flet build
: package Python app before creating Flutter project to register user extensions by @FeodorFitsner in #4686- Flutter extensions:
flet_*
packages moved to separate repositories by @FeodorFitsner in #4721 - fix:
CupertinoBottomSheet
applies a red color and yellow underline toText
content by @ndonkoHenri in #4673 - Remove
Optional[]
from predefined typing*Value
s by @ndonkoHenri in #4702 - feat: Throttle
InteractiveViewer
update events by @ndonkoHenri in #4704 - Poetry 2.0 support, Flutter and JDK installation fixes by @FeodorFitsner in #4748
- feat: New control properties, Flutter 3.27 fixes by @ndonkoHenri in #4703
- fix: setting
ButtonTheme
displays a grey screen by @ndonkoHenri in #4731 - fix:
Textfield
input border color considers user-specifiedborder_color
property by @ndonkoHenri in #4735 - fix: make
Tooltip.message
a required parameter by @ndonkoHenri in #4736 - feat: add
ListView.build_controls_on_demand
property for optional on-demand building of controls by @ndonkoHenri in #4751 - Adding Google/Android TV platform support by @syleishere in #4581
- Flutter 3.27.3, JDK 17 by @FeodorFitsner in #4760
- Prepare Flet 0.26.0 release by @FeodorFitsner in #4755
New Contributors
Full Changelog: v0.25.1...v0.26.0