Skip to content

Commit 9f3595b

Browse files
committed
Changelog for 0.20.0 updated
1 parent 700ce60 commit 9f3595b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# 0.20.0
44

5-
* `Page.design` property to force Material, Cupertino or Adaptive design language on entire app ([#2607](https://github.com/flet-dev/flet/issues/2607)).
5+
* `AppBar.system_overlay_style` property ([#2615](https://github.com/flet-dev/flet/issues/2615)).
6+
* New `CupertinoButton` props: `filled`, `style.bgcolor`, `style.padding`, `text`, `icon`, `icon_color`.
7+
* Added `NavigationBar.border` property which is used in adaptive mode only.
8+
* `Page.design` and `Pagelet.design` properties to force Material, Cupertino or Adaptive design language on entire app ([#2607](https://github.com/flet-dev/flet/issues/2607)).
69
* `Page.media` property with the data about obstructed spaces on the device ([#2613](https://github.com/flet-dev/flet/issues/2613)).
710
* Adaptive buttons ([#2591](https://github.com/flet-dev/flet/issues/2591)).
811
* `--include-packages` option and support for `pubspec.yaml` for custom Flutter packages plus API for adding custom Flutter packages.

packages/flet/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 0.20.0
22

3-
* `Page.design` property to force Material, Cupertino or Adaptive design language on entire app ([#2607](https://github.com/flet-dev/flet/issues/2607)).
3+
* `AppBar.system_overlay_style` property ([#2615](https://github.com/flet-dev/flet/issues/2615)).
4+
* New `CupertinoButton` props: `filled`, `style.bgcolor`, `style.padding`, `text`, `icon`, `icon_color`.
5+
* Added `NavigationBar.border` property which is used in adaptive mode only.
6+
* `Page.design` and `Pagelet.design` properties to force Material, Cupertino or Adaptive design language on entire app ([#2607](https://github.com/flet-dev/flet/issues/2607)).
47
* `Page.media` property with the data about obstructed spaces on the device ([#2613](https://github.com/flet-dev/flet/issues/2613)).
58
* Adaptive buttons ([#2591](https://github.com/flet-dev/flet/issues/2591)).
69
* `--include-packages` option and support for `pubspec.yaml` for custom Flutter packages plus API for adding custom Flutter packages.

0 commit comments

Comments
 (0)