Skip to content

Commit 66e4ddb

Browse files
Flutter 3.13 (#1774)
* Bump dependencies * Fix fl_chart * Fix routing * DataTable.data_row_height -> data_row_min_height,data_row_max_height * Fix SvgImage * SVG, routing changes * Bump Flet version to 0.10.0
1 parent 7e3ae83 commit 66e4ddb

File tree

16 files changed

+232
-169
lines changed

16 files changed

+232
-169
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Flet changelog
22

3+
## 0.10.0
4+
5+
* Hosting Flet web apps in FastAPI ([docs](https://github.com/flet-dev/flet/blob/main/sdk/python/packages/flet-fastapi/README.md)).
6+
* Migrated to Flutter 3.13.1.
7+
* Pydantic 2.0 support (Copier upgraded to 8.2.0).
8+
* BREAKING: `DataTable.data_row_height` replaced with `DataTable.data_row_min_height` and `DataTable.data_row_max_height`.
9+
310
## 0.9.0
411

512
* Added `--android` option to `flet run` command.

client/macos/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ EXTERNAL SOURCES:
4848
SPEC CHECKSUMS:
4949
audioplayers_darwin: dcad41de4fbd0099cb3749f7ab3b0cb8f70b810c
5050
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
51-
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
51+
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
5252
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
53-
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
54-
url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451
53+
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
54+
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
5555
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
5656
window_to_front: 4cdc24ddd8461ad1a55fa06286d6a79d8b29e8d8
5757

client/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
isa = PBXProject;
203203
attributes = {
204204
LastSwiftUpdateCheck = 0920;
205-
LastUpgradeCheck = 1300;
205+
LastUpgradeCheck = 1430;
206206
ORGANIZATIONNAME = "";
207207
TargetAttributes = {
208208
33CC10EC2044A3C60003C045 = {

client/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)