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 72
72
flutter pub get
73
73
flutter build web -t lib/main.web.dart --release --no-tree-shake-icons --wasm
74
74
75
- - name : Copy privacy policy
76
- run : |
77
- cd app
78
- cp privacy-policy/index.html build/web/privacy-policy.html
79
-
80
75
- name : Deploy cloudflare pages
81
76
uses : cloudflare/wrangler-action@v3
82
77
with :
Original file line number Diff line number Diff line change @@ -589,13 +589,13 @@ packages:
589
589
source: hosted
590
590
version: "0.11.1"
591
591
meta:
592
- dependency: transitive
592
+ dependency: "direct overridden"
593
593
description:
594
594
name: meta
595
- sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
595
+ sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
596
596
url: "https://pub.dev"
597
597
source: hosted
598
- version: "1.15 .0"
598
+ version: "1.16 .0"
599
599
mime:
600
600
dependency: transitive
601
601
description:
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ environment:
8
8
9
9
dependency_overrides :
10
10
collection : 1.19.0
11
+ meta : 1.16.0
12
+
11
13
12
14
flutter_icons :
13
15
includes :
You can’t perform that action at this time.
0 commit comments