Skip to content

Commit 41c32eb

Browse files
authored
Remove package:macros and package:_macros from pubspec.yaml (flutter#166749)
Update Flutter for the upcoming removal of pkg/_macros and pkg/macros from Dart SDK: https://dart-review.googlesource.com/c/sdk/+/420680.
1 parent 5ec1061 commit 41c32eb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

engine/src/flutter/pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ dependency_overrides:
166166
path: ./third_party/pkg/googleapis/discoveryapis_commons
167167
_fe_analyzer_shared:
168168
path: ./third_party/dart/pkg/_fe_analyzer_shared
169-
_macros:
170-
path: ./third_party/dart/pkg/_macros
171169
analyzer:
172170
path: ./third_party/dart/pkg/analyzer
173171
archive:
@@ -222,8 +220,6 @@ dependency_overrides:
222220
path: ./third_party/dart/pkg/kernel
223221
logging:
224222
path: ./third_party/dart/third_party/pkg/core/pkgs/logging
225-
macros:
226-
path: ./third_party/dart/pkg/macros
227223
matcher:
228224
path: ./third_party/dart/third_party/pkg/test/pkgs/matcher
229225
meta:

engine/src/flutter/web_sdk/pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ dev_dependencies:
1818
dependency_overrides: # Must include all transitive dependencies from the "any" packages above.
1919
_fe_analyzer_shared:
2020
path: ../third_party/dart/pkg/_fe_analyzer_shared
21-
_macros:
22-
path: ../third_party/dart/pkg/_macros
2321
analyzer:
2422
path: ../third_party/dart/pkg/analyzer
2523
args:
@@ -38,8 +36,6 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
3836
path: ../third_party/dart/third_party/pkg/tools/pkgs/file
3937
glob:
4038
path: ../third_party/dart/third_party/pkg/tools/pkgs/glob
41-
macros:
42-
path: ../third_party/dart/pkg/macros
4339
meta:
4440
path: ../third_party/dart/pkg/meta
4541
package_config:

0 commit comments

Comments
 (0)