Skip to content

Commit 1987ef8

Browse files
committed
package override fi
1 parent 5aa0a07 commit 1987ef8

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
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:

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ environment:
88

99
dependency_overrides:
1010
collection: 1.19.0
11+
meta: 1.16.0
12+
1113

1214
flutter_icons:
1315
includes:

0 commit comments

Comments
 (0)