File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Flet changelog
22
3+ ## 0.6.2
4+
5+ * Fix ` SnackBar ` (and other controls) exit animation.
6+ * Fix ` Text ` default style color.
7+
38## 0.6.1
49
510* Fix regression in ` AlertDialog ` and ` BottomSheet ` controls ([ #1344 ] ( https://github.com/flet-dev/flet/issues/1344 ) )
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ packages:
175175 path: "../package"
176176 relative: true
177177 source: path
178- version: "0.6.1 "
178+ version: "0.6.2 "
179179 flutter:
180180 dependency: "direct main"
181181 description: flutter
Original file line number Diff line number Diff line change 1+ ## 0.6.2
2+
3+ * Fix ` SnackBar ` (and other controls) exit animation.
4+ * Fix ` Text ` default style color.
5+
16## 0.6.1
27
38* Fix regression in ` AlertDialog ` and ` BottomSheet ` controls ([ #1344 ] ( https://github.com/flet-dev/flet/issues/1344 ) )
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.6.1
5+ version : 0.6.2
66
77# This package supports all platforms listed below.
88platforms :
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ packages:
175175 path: "../../package"
176176 relative: true
177177 source: path
178- version: "0.6.1 "
178+ version: "0.6.2 "
179179 flutter:
180180 dependency: "direct main"
181181 description: flutter
You can’t perform that action at this time.
0 commit comments