Skip to content

Commit fa984ab

Browse files
committed
chore(deps): revert build_runner upgrades
Go back, if it works.
1 parent 43fb285 commit fa984ab

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build
88-
sha256: "51dc711996cbf609b90cbe5b335bbce83143875a9d58e4b5c6d3c4f684d3dda7"
88+
sha256: cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "2.5.4"
91+
version: "2.4.2"
9292
build_config:
9393
dependency: transitive
9494
description:
@@ -109,26 +109,26 @@ packages:
109109
dependency: transitive
110110
description:
111111
name: build_resolvers
112-
sha256: ee4257b3f20c0c90e72ed2b57ad637f694ccba48839a821e87db762548c22a62
112+
sha256: b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "2.5.4"
115+
version: "2.4.4"
116116
build_runner:
117117
dependency: "direct dev"
118118
description:
119119
name: build_runner
120-
sha256: "382a4d649addbfb7ba71a3631df0ec6a45d5ab9b098638144faf27f02778eb53"
120+
sha256: "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99"
121121
url: "https://pub.dev"
122122
source: hosted
123-
version: "2.5.4"
123+
version: "2.4.15"
124124
build_runner_core:
125125
dependency: transitive
126126
description:
127127
name: build_runner_core
128-
sha256: "85fbbb1036d576d966332a3f5ce83f2ce66a40bea1a94ad2d5fc29a19a0d3792"
128+
sha256: "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021"
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "9.1.2"
131+
version: "8.0.0"
132132
built_collection:
133133
dependency: transitive
134134
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ dependency_overrides:
9898
path: pkgs/jni
9999

100100
dev_dependencies:
101-
build_runner: ^2.5.4
101+
# Pinned on 2.4.x version for working with null-aware-elements issue in GitHub CI.
102+
build_runner: 2.4.15
102103
custom_lint: ^0.7.6
103104
dart_mappable_builder: ^4.5.0
104105
flutter_launcher_icons: ^0.14.4

0 commit comments

Comments
 (0)