File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 7272 flutter pub get
7373 flutter build web -t lib/main.web.dart --release --no-tree-shake-icons --wasm
7474
75- - name : Copy privacy policy
76- run : |
77- cd app
78- cp privacy-policy/index.html build/web/privacy-policy.html
79-
8075 - name : Deploy cloudflare pages
8176 uses : cloudflare/wrangler-action@v3
8277 with :
Original file line number Diff line number Diff line change @@ -589,13 +589,13 @@ packages:
589589 source: hosted
590590 version: "0.11.1"
591591 meta:
592- dependency: transitive
592+ dependency: "direct overridden"
593593 description:
594594 name: meta
595- sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
595+ sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
596596 url: "https://pub.dev"
597597 source: hosted
598- version: "1.15 .0"
598+ version: "1.16 .0"
599599 mime:
600600 dependency: transitive
601601 description:
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ environment:
88
99dependency_overrides :
1010 collection : 1.19.0
11+ meta : 1.16.0
12+
1113
1214flutter_icons :
1315 includes :
You can’t perform that action at this time.
0 commit comments