File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Flet changelog
22
3+ ## 0.3.2
4+
5+ * Fix ` flet pack ` command on Windows and macOS ([ #795 ] ( https://github.com/flet-dev/flet/issues/795 ) )
6+
37## 0.3.1
48
59* Fixed Flutter package CHANGELOG and README.
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ packages:
147147 path: "../package"
148148 relative: true
149149 source: path
150- version: "0.3.1 "
150+ version: "0.3.2 "
151151 flutter:
152152 dependency: "direct main"
153153 description: flutter
Original file line number Diff line number Diff line change 1+ ## 0.3.2
2+
3+ * Fix ` flet pack ` command on Windows and macOS ([ #795 ] ( https://github.com/flet-dev/flet/issues/795 ) )
4+
15## 0.3.1
26
37* Fixed Flutter package CHANGELOG and README.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flet
22description : Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/flet
5- version : 0.3.1
5+ version : 0.3.2
66
77# This package supports all platforms listed below.
88platforms :
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ packages:
147147 path: "../../package"
148148 relative: true
149149 source: path
150- version: "0.3.1 "
150+ version: "0.3.2 "
151151 flutter:
152152 dependency: "direct main"
153153 description: flutter
You can’t perform that action at this time.
0 commit comments