feat: upgrade to flutter 3.16 (#4119)

* feat: upgrade to flutter 3.16

* chore: adjust flutter 3.16 new api

* chore: code format

* fix: ci lint

* chore: code format

* chore: dart format
This commit is contained in:
Lucas.Xu
2023-12-08 20:01:54 +07:00
committed by GitHub
parent 6338ca1417
commit ef49cb6577
140 changed files with 575 additions and 605 deletions

View File

@ -166,7 +166,7 @@ script = [
fi
mkdir -p ${output_path}
product=${PRODUCT_NAME}-arm64-v8a-release.${PRODUCT_EXT}
product=${PRODUCT_NAME}.${PRODUCT_EXT}
cp -R ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/build/${TARGET_OS}/Build/Products/${FLUTTER_OUTPUT_DIR}/${product} \
${output_path}/${product}
""",