cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241
cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241
This commit is contained in:
4
example/.fvm/fvm_config.json
Normal file
4
example/.fvm/fvm_config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"flutterSdkVersion": "3.16.0-0.2.pre",
|
||||
"flavors": {}
|
||||
}
|
||||
3
example/.gitignore
vendored
3
example/.gitignore
vendored
@@ -46,3 +46,6 @@ app.*.map.json
|
||||
/android/app/release
|
||||
|
||||
/android/.cxx/**/*
|
||||
|
||||
# fvm
|
||||
.fvm/flutter_sdk
|
||||
7
example/makefile
Normal file
7
example/makefile
Normal 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
|
||||
Reference in New Issue
Block a user