Skip to content

Commit 1d98971

Browse files
committed
Bump Flet version to 0.8.3
1 parent 02f00d5 commit 1d98971

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## 0.8.3
4+
5+
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([#1572](https://github.com/flet-dev/flet/issues/1572))
6+
37
## 0.8.2
48

59
* Fix `flet pack` command on macOS ([#1580](https://github.com/flet-dev/flet/issues/1580))

client/pubspec.lock

Lines changed: 3 additions & 3 deletions
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.8.2"
186+
version: "0.8.3"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter
@@ -759,10 +759,10 @@ packages:
759759
dependency: transitive
760760
description:
761761
name: win32
762-
sha256: "1414f27dd781737e51afa9711f2ac2ace6ab4498ee98e20863fa5505aa00c58c"
762+
sha256: a6f0236dbda0f63aa9a25ad1ff9a9d8a4eaaa5012da0dc59d21afdb1dc361ca4
763763
url: "https://pub.dev"
764764
source: hosted
765-
version: "5.0.4"
765+
version: "3.1.4"
766766
window_manager:
767767
dependency: transitive
768768
description:

package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.3
2+
3+
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([#1572](https://github.com/flet-dev/flet/issues/1572))
4+
15
## 0.8.2
26

37
* Fix `flet pack` command on macOS ([#1580](https://github.com/flet-dev/flet/issues/1580)).

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.8.2
5+
version: 0.8.3
66

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

0 commit comments

Comments
 (0)