Releases: flet-dev/flet
Releases · flet-dev/flet
v0.1.48
v0.1.47
v0.1.46
Blog announcement: https://flet.dev/blog/gradients-button-textfield-style
What's new
- New
Container
properties:gradient
on_long_press
- New
ElevatedButton
,OutlinedButton
,TextButton
properties:style
on_long_press
- New
IconButton
properties:selected
selected_icon
selected_icon_color
style
- New
ListTile
properties:on_long_press
- New
Theme
properties:visual_density
:standard
(default),compact
,comfortable
,adaptivePlatformDensity
.
hidden
value forColumn
,Page
,View
,Row
andView
controls - to enable scrolling but hide a scrollbar.- New
TextField
andDropdown
properties:text_size
color
bgcolor
border_radius
border_width
border_color
focused_color
focused_bgcolor
focused_border_width
focused_border_color
- New
TextField
properties:max_length
capitalization
-none
(default),characters
,words
,sentences
.cursor_color
selection_color
Bug fixes
- Fixed #138 page.width and page.height are 0 on the first page load
- Fixed #77 Allow partial theme updates
- Fixed #140 Container on_click callback breaks containers without explicit size
- Fixed #30 Assertion "lookup_hash_table" fails on ToDo App example
Other changes
- Flutter SDK switched to
beta
channel. - Fixed #98 Changing app host/IP binding