Skip to content

Commit e0fc653

Browse files
authored
chore: Migrate firebase_core/firebase_core_platform_interface/firebase_core_web to non-nullable types (#4656)
1 parent e47276f commit e0fc653

File tree

549 files changed

+2261
-871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

549 files changed

+2261
-871
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: "Install Flutter"
20-
run: ./.github/workflows/scripts/install-flutter.sh stable
20+
run: ./.github/workflows/scripts/install-flutter.sh dev
2121
- name: "Install Tools"
2222
run: |
2323
./.github/workflows/scripts/install-tools.sh
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: "Install Flutter"
44-
run: ./.github/workflows/scripts/install-flutter.sh stable
44+
run: ./.github/workflows/scripts/install-flutter.sh dev
4545
- name: "Install Tools"
4646
run: |
4747
./.github/workflows/scripts/install-tools.sh
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: "Install Flutter"
61-
run: ./.github/workflows/scripts/install-flutter.sh stable
61+
run: ./.github/workflows/scripts/install-flutter.sh dev
6262
- name: "Install Tools"
6363
run: |
6464
./.github/workflows/scripts/install-tools.sh
@@ -91,15 +91,15 @@ jobs:
9191
with:
9292
fetch-depth: 0
9393
- name: "Install Flutter"
94-
run: ./.github/workflows/scripts/install-flutter.sh stable
94+
run: ./.github/workflows/scripts/install-flutter.sh dev
9595
- name: "Install Tools"
9696
run: ./.github/workflows/scripts/install-tools.sh
9797
- name: "Bootstrap Workspace"
9898
run: melos bootstrap
9999
- name: "Build Example Snapshots"
100100
run: |
101101
melos exec -c 1 --scope="*example*" -- \
102-
"flutter --suppress-analytics build aot"
102+
"flutter --suppress-analytics build apk"
103103
104104
test:
105105
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
fetch-depth: 0
111111
- name: "Install Flutter"
112-
run: ./.github/workflows/scripts/install-flutter.sh stable
112+
run: ./.github/workflows/scripts/install-flutter.sh dev
113113
- name: "Install Tools"
114114
run: ./.github/workflows/scripts/install-tools.sh
115115
- name: "Bootstrap Workspace"

.github/workflows/firebase_admob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: "Install Flutter"
28-
run: ./.github/workflows/scripts/install-flutter.sh stable
28+
run: ./.github/workflows/scripts/install-flutter.sh dev
2929
- name: "Install Tools"
3030
run: ./.github/workflows/scripts/install-tools.sh
3131
- name: "Build Example"

.github/workflows/firebase_analytics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: "Install Flutter"
27-
run: ./.github/workflows/scripts/install-flutter.sh stable
27+
run: ./.github/workflows/scripts/install-flutter.sh dev
2828
- name: "Install Tools"
2929
run: ./.github/workflows/scripts/install-tools.sh
3030
- name: "Build Example"
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050
- name: "Install Flutter"
51-
run: ./.github/workflows/scripts/install-flutter.sh stable
51+
run: ./.github/workflows/scripts/install-flutter.sh dev
5252
- name: "Install Tools"
5353
run: ./.github/workflows/scripts/install-tools.sh
5454
- name: "Build Example"

.github/workflows/firebase_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: "Install Flutter"
28-
run: ./.github/workflows/scripts/install-flutter.sh stable
28+
run: ./.github/workflows/scripts/install-flutter.sh dev
2929
- name: "Install Tools"
3030
run: ./.github/workflows/scripts/install-tools.sh
3131
- name: "Build Example"

.github/workflows/firebase_core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: "Install Flutter"
27-
run: ./.github/workflows/scripts/install-flutter.sh stable
27+
run: ./.github/workflows/scripts/install-flutter.sh dev
2828
- name: "Install Tools"
2929
run: ./.github/workflows/scripts/install-tools.sh
3030
- name: "Build Example"

.github/workflows/firebase_crashlytics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: "Install Flutter"
28-
run: ./.github/workflows/scripts/install-flutter.sh stable
28+
run: ./.github/workflows/scripts/install-flutter.sh dev
2929
- name: "Install Tools"
3030
run: ./.github/workflows/scripts/install-tools.sh
3131
- name: "Build Example"

.github/workflows/firebase_database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: "Install Flutter"
28-
run: ./.github/workflows/scripts/install-flutter.sh stable
28+
run: ./.github/workflows/scripts/install-flutter.sh dev
2929
- name: "Install Tools"
3030
run: ./.github/workflows/scripts/install-tools.sh
3131
- name: "Build Example"

.github/workflows/firebase_firestore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: "Install Flutter"
28-
run: ./.github/workflows/scripts/install-flutter.sh stable
28+
run: ./.github/workflows/scripts/install-flutter.sh dev
2929
- name: "Install Tools"
3030
run: |
3131
./.github/workflows/scripts/install-tools.sh

.github/workflows/firebase_functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: "Install Flutter"
27-
run: ./.github/workflows/scripts/install-flutter.sh stable
27+
run: ./.github/workflows/scripts/install-flutter.sh dev
2828
- name: "Install Tools"
2929
run: |
3030
./.github/workflows/scripts/install-tools.sh

.github/workflows/firebase_messaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: "Install Flutter"
27-
run: ./.github/workflows/scripts/install-flutter.sh stable
27+
run: ./.github/workflows/scripts/install-flutter.sh dev
2828
- name: "Install Tools"
2929
run: ./.github/workflows/scripts/install-tools.sh
3030
- name: "Build Example"

0 commit comments

Comments
 (0)