Skip to content

Commit 2878abe

Browse files
committed
Bump Flet version to 0.11.0
1 parent 44133dc commit 2878abe

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Flet changelog
22

3+
# 0.11.0
4+
5+
* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).
6+
* `Chip` control ([docs](https://flet.dev/docs/controls/chip)).
7+
* Pyodide v0.24.1.
8+
* Python 3.12 support.
9+
* Added `AlertDialog.inset_padding` property ([#1899](https://github.com/flet-dev/flet/issues/1899).
10+
* Embedded mode to work with [`serious_python`](https://pub.dev/packages/serious_python).
11+
312
# 0.10.3
413

514
* Add proxy_path parameter to flet_fastapi.app() ([#1882](https://github.com/flet-dev/flet/issues/1882)).

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
path: "../package"
184184
relative: true
185185
source: path
186-
version: "0.10.3"
186+
version: "0.11.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.11.0
2+
3+
* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).
4+
* `Chip` control ([docs](https://flet.dev/docs/controls/chip)).
5+
* Pyodide v0.24.1.
6+
* Python 3.12 support.
7+
* Added `AlertDialog.inset_padding` property ([#1899](https://github.com/flet-dev/flet/issues/1899).
8+
* Embedded mode to work with [`serious_python`](https://pub.dev/packages/serious_python).
9+
110
# 0.10.3
211

312
* Add proxy_path parameter to flet_fastapi.app() ([#1882](https://github.com/flet-dev/flet/issues/1882)).

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.10.3
5+
version: 0.11.0
66

77
# This package supports all platforms listed below.
88
platforms:

0 commit comments

Comments
 (0)