bottom sheet patch

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-22 12:45:58 +08:00
parent 4ca9dfecb4
commit 66752093e4
8 changed files with 25 additions and 5121 deletions

View File

@@ -41,6 +41,15 @@ jobs:
channel: stable
flutter-version-file: pubspec.yaml
- name: apply bottom sheet patch
working-directory: ${{ env.FLUTTER_ROOT }}
run: |
git apply $GITHUB_WORKSPACE/lib/scripts/bottom_sheet_patch.diff
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "bottom sheet patch"
- name: 下载项目依赖
run: flutter pub get