File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Flet changelog
2
2
3
+ ## 0.27.1
4
+
5
+ * Fixed: binary file operations should not specify encoding.
6
+
3
7
## 0.27.0
4
8
5
9
* ` DropdownMenu ` control ([ #1088 ] ( https://github.com/flet-dev/flet/issues/1088 ) )
Original file line number Diff line number Diff line change
1
+ # 0.27.1
2
+
3
+ * Fixed: binary file operations should not specify encoding.
4
+
1
5
# 0.27.0
2
6
3
7
* ` DropdownMenu ` control ([ #1088 ] ( https://github.com/flet-dev/flet/issues/1088 ) )
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/packages/flet
5
- version : 0.27.0
5
+ version : 0.27.1
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