File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Flet changelog
2
2
3
+ ## 0.8.4
4
+
5
+ * Bumping version as PyPi was out of space.
6
+
3
7
## 0.8.3
4
8
5
9
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([ #1572 ] ( https://github.com/flet-dev/flet/issues/1572 ) )
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ packages:
183
183
path: "../package"
184
184
relative: true
185
185
source: path
186
- version: "0.8.3 "
186
+ version: "0.8.4 "
187
187
flutter:
188
188
dependency: "direct main"
189
189
description: flutter
Original file line number Diff line number Diff line change
1
+ ## 0.8.4
2
+
3
+ * Bumping version as PyPi was out of space.
4
+
1
5
## 0.8.3
2
6
3
7
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([ #1572 ] ( https://github.com/flet-dev/flet/issues/1572 ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
2
2
description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
3
3
homepage : https://flet.dev
4
4
repository : https://github.com/flet-dev/flet
5
- version : 0.8.3
5
+ version : 0.8.4
6
6
7
7
# This package supports all platforms listed below.
8
8
platforms :
You can’t perform that action at this time.
0 commit comments