Skip to content

Commit 7e09bdf

Browse files
committed
Bump Flet version to 0.12.0
1 parent 5cde674 commit 7e09bdf

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

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

3+
# 0.12.0
4+
5+
* `NavigationDrawer` control ([docs](https://flet.dev/docs/controls/navigationdrawer)).
6+
* `Badge` control ([docs](https://flet.dev/docs/controls/badge)).
7+
* `RangeSlider` control ([docs](https://flet.dev/docs/controls/rangeslider)).
8+
* `WebView` control ([docs](https://flet.dev/docs/controls/webview)).
9+
* `Cookiecutter` replaces `Copier` ([#2014](https://github.com/flet-dev/flet/issues/2014)).
10+
* `page.go()`: ability to skip route change event ([#2039](https://github.com/flet-dev/flet/issues/2039)).
11+
* Fixed: Two `Datepicker` Opening Issue ([#2025](https://github.com/flet-dev/flet/issues/2025)).
12+
* Fixed: Using Audio and FilePicker at the same time, when click on the FilePicker, the audio automatically replays ([#1807](https://github.com/flet-dev/flet/issues/1807)).
13+
* Fixed: Audio issue while Route Changing ([#1236](https://github.com/flet-dev/flet/issues/1236)).
14+
* Fixed: Snackbar cause Audio stop playing ([#1772](https://github.com/flet-dev/flet/issues/1772)).
15+
* Fixed: `scroll_to()` with zero duration does nothing ([#1659](https://github.com/flet-dev/flet/issues/1659)).
16+
* Fixed: cannot get height and width for page ([#1960](https://github.com/flet-dev/flet/issues/1960)).
17+
* Fixed: Put it the right version of flet ([#1997](https://github.com/flet-dev/flet/issues/1997)).
18+
* Fixed: `Chip.selected` property type changed to bool ([#2048](https://github.com/flet-dev/flet/issues/2048)).
19+
320
# 0.11.0
421

522
* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).

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.11.0"
186+
version: "0.12.0"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.12.0
2+
3+
* `NavigationDrawer` control ([docs](https://flet.dev/docs/controls/navigationdrawer)).
4+
* `Badge` control ([docs](https://flet.dev/docs/controls/badge)).
5+
* `RangeSlider` control ([docs](https://flet.dev/docs/controls/rangeslider)).
6+
* `WebView` control ([docs](https://flet.dev/docs/controls/webview)).
7+
* `Cookiecutter` replaces `Copier` ([#2014](https://github.com/flet-dev/flet/issues/2014)).
8+
* `page.go()`: ability to skip route change event ([#2039](https://github.com/flet-dev/flet/issues/2039)).
9+
* Fixed: Two `Datepicker` Opening Issue ([#2025](https://github.com/flet-dev/flet/issues/2025)).
10+
* Fixed: Using Audio and FilePicker at the same time, when click on the FilePicker, the audio automatically replays ([#1807](https://github.com/flet-dev/flet/issues/1807)).
11+
* Fixed: Audio issue while Route Changing ([#1236](https://github.com/flet-dev/flet/issues/1236)).
12+
* Fixed: Snackbar cause Audio stop playing ([#1772](https://github.com/flet-dev/flet/issues/1772)).
13+
* Fixed: `scroll_to()` with zero duration does nothing ([#1659](https://github.com/flet-dev/flet/issues/1659)).
14+
* Fixed: cannot get height and width for page ([#1960](https://github.com/flet-dev/flet/issues/1960)).
15+
* Fixed: Put it the right version of flet ([#1997](https://github.com/flet-dev/flet/issues/1997)).
16+
* Fixed: `Chip.selected` property type changed to bool ([#2048](https://github.com/flet-dev/flet/issues/2048)).
17+
118
# 0.11.0
219

320
* `DatePicker` control ([docs](https://flet.dev/docs/controls/datepicker)).

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.11.0
5+
version: 0.12.0
66

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

0 commit comments

Comments
 (0)