File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# Flet changelog
22
3+ # 0.13.0
4+
5+ * ` Dismissible ` Control ([ #2124 ] ( https://github.com/flet-dev/flet/issues/2124 ) ).
6+ * ` TimePicker ` control ([ #2129 ] ( https://github.com/flet-dev/flet/issues/2129 ) ).
7+ * Fixed: verify ` value ` limits ([ #2121 ] ( https://github.com/flet-dev/flet/issues/2121 ) ).
8+ * Added ` thumb_icon ` to ` Switch ` ([ #2116 ] ( https://github.com/flet-dev/flet/issues/2116 ) ).
9+ * Feature: ` TextField ` Input validation ([ #2101 ] ( https://github.com/flet-dev/flet/issues/2101 ) ).
10+
311# 0.12.2
412
513* Flutter 3.16.0
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ packages:
183183 path: "../package"
184184 relative: true
185185 source: path
186- version: "0.12.2 "
186+ version: "0.13.0 "
187187 flutter:
188188 dependency: "direct main"
189189 description: flutter
Original file line number Diff line number Diff line change 1+ # 0.13.0
2+
3+ * ` Dismissible ` Control ([ #2124 ] ( https://github.com/flet-dev/flet/issues/2124 ) ).
4+ * ` TimePicker ` control ([ #2129 ] ( https://github.com/flet-dev/flet/issues/2129 ) ).
5+ * Fixed: verify ` value ` limits ([ #2121 ] ( https://github.com/flet-dev/flet/issues/2121 ) ).
6+ * Added ` thumb_icon ` to ` Switch ` ([ #2116 ] ( https://github.com/flet-dev/flet/issues/2116 ) ).
7+ * Feature: ` TextField ` Input validation ([ #2101 ] ( https://github.com/flet-dev/flet/issues/2101 ) ).
8+
19# 0.12.2
210
311* Flutter 3.16.0
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.12.2
5+ version : 0.13.0
66
77# This package supports all platforms listed below.
88platforms :
You can’t perform that action at this time.
0 commit comments