Changelog
- a6be2f3 Fix build by installing
pyyaml
. Re-publish the rest of 0.20.0 packages. - 3bbb0fb Rename
--packages
to--include-packages
- 9f3595b Changelog for 0.20.0 updated
- 700ce60 Adaptive buttons (#2591)
- e175224
AppBar.system_overlay_style
prop (#2615) - 24b8004
Page.design
property (#2607) - fe1a4d1
Audio
,AudioRecorder
,Video
andWebView
controls moved to separate Flutter packages (#2579) - 946a2fd Add
rtl
property to other controls (#2582) - bf7ea14
Video
Control (#2533) - f7db010 Fix: Material icon is shown instead of Cupertino icon if its name is the same (#2581)
- a695855
TextStyle.letter_spacing
property (#2574) - 7453e54 Merge pull request #2576 from flet-dev/alertdialog-props
- 5f9d302 Revert "Text.rtl"
- bf108f3 Introduce
Control.on_update()
overridable method (#2578) - e73c426 Text.rtl
- 253d1f7 new props: icon, bgcolor, elevation
- a9cbed4
expand_loose
property for Control and all controls that haveexpand
property (#2561) - f46f407 Pyodide v0.25.0
- e0178ad
flet create
command to show verbose output (#2544) - 21f1026 Proper formatting of a question in bug_report.md (#2540)
- a5757fa Merge pull request #2534 from taaaf11/patch-2
- 11c5960 Fix a typo
- 1a2d73b
AudioRecorder
control (#2494) - df2c907 Flet controls API: moved from mixins to backend (#2531)
- f0d6109 Bugfix:
flet pack --distpath
deletesdist
directory (#2500) - 417607f
adaptive
recursive property for container-alike controls (#2518) - 829b085
TextField.text_vertical_align
property (#2496) - adb15f7
CupertinoButton
Control (#2495) - d103034 Add section for
requirements.txt
to bug_report.md (#2510) - e07a272 CupertinoListTile control (#2487)
- 1af2e72 OOB controls fix 1 (#2492)
- 356e99b Custom Flutter controls (#2482)
- 33951b1 Pagelet control (#2469)
- 7fa9de7 Add
AppBar.adaptive
(#2458) - 3850d1e Added note about screenshots to bug_report.md
- 5257897 update style setting (#2435)
- 0c45658 Support Cupertino Icons and Colors (#2433)
- c20e168
CupertinoTextfield
control (#2417) - ed672c5
FloatingActionButtonLocation
offset (#2411)