cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241

cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241
This commit is contained in:
Daverin
2023-11-08 16:51:36 +02:00
committed by Nick Fisher
parent 395de95d37
commit 672952f8a0
257 changed files with 155 additions and 71614 deletions

View File

@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "3.16.0-0.2.pre",
"flavors": {}
}

3
example/.gitignore vendored
View File

@@ -46,3 +46,6 @@ app.*.map.json
/android/app/release
/android/.cxx/**/*
# fvm
.fvm/flutter_sdk

7
example/makefile Normal file
View File

@@ -0,0 +1,7 @@
include ../makefile
# building on MacOS, we currently just delete the macos/include
# and macos/src directories and copy from iOS
sync-libs-macos-and-update-pods: sync-libs-macos
pushd macos && pod update