Skip to content

Commit 8f05b28

Browse files
committed
Updated Changelog
1 parent 383342d commit 8f05b28

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* [Scrollbars theming](https://flet.dev/blog/scrolling-controls-and-theming#scrollbar-theme)
99
* [Tabs theming](https://flet.dev/blog/scrolling-controls-and-theming#styling-tabs-control)
1010
* [Nested page themes](https://flet.dev/blog/scrolling-controls-and-theming#nested-page-themes)
11+
* Flutter upgraded to 3.10 with Dart 3.0 required. CanvasKit WASM size reduced from 2.8 to 1.5 MB.
12+
* Bumped Flutter dependencies: window_manager 0.3.0 → 0.3.2, flutter_markdown 0.6.13 → 0.6.14, markdown 6.0.1 → 7.0.0, file_picker 5.2.5 → 5.3.0, flutter_svg 1.1.6 → 2.0.5, shake 2.1.0 → 2.2.0, fl_chart 0.61.0 → 0.62.0.
13+
* Add CLI option -m to run as module ([#1389](https://github.com/flet-dev/flet/issues/1389)).
14+
* Selectable rich text control ([#1386](https://github.com/flet-dev/flet/issues/1386)).
1115

1216
## 0.6.2
1317

package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* [Scrollbars theming](https://flet.dev/blog/scrolling-controls-and-theming#scrollbar-theme)
77
* [Tabs theming](https://flet.dev/blog/scrolling-controls-and-theming#styling-tabs-control)
88
* [Nested page themes](https://flet.dev/blog/scrolling-controls-and-theming#nested-page-themes)
9+
* Flutter upgraded to 3.10 with Dart 3.0 required. CanvasKit WASM size reduced from 2.8 to 1.5 MB.
10+
* Bumped Flutter dependencies: window_manager 0.3.0 → 0.3.2, flutter_markdown 0.6.13 → 0.6.14, markdown 6.0.1 → 7.0.0, file_picker 5.2.5 → 5.3.0, flutter_svg 1.1.6 → 2.0.5, shake 2.1.0 → 2.2.0, fl_chart 0.61.0 → 0.62.0.
11+
* Add CLI option -m to run as module ([#1389](https://github.com/flet-dev/flet/issues/1389)).
12+
* Selectable rich text control ([#1386](https://github.com/flet-dev/flet/issues/1386)).
913

1014
## 0.6.2
1115

0 commit comments

Comments
 (0)