We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935f19f commit bfae3feCopy full SHA for bfae3fe
2 files changed
packages/devtools_app/pubspec.yaml
@@ -61,7 +61,7 @@ dependencies:
61
62
dev_dependencies:
63
args: ^2.4.2
64
- build_runner: ^2.3.3
+ build_runner: ^2.5.4
65
devtools_test:
66
path: ../devtools_test
67
fake_async: ^1.3.1
@@ -78,6 +78,11 @@ dev_dependencies:
78
web_benchmarks: ^4.0.0
79
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
80
81
+dependency_overrides:
82
+ # Necessary while `stager` dep disallows `source_gen` 2.0.0. Remove when
83
+ # `stager` allows `source_gen` 2.0.0.
84
+ source_gen: ^2.0.0
85
+
86
flutter:
87
uses-material-design: true
88
assets:
pubspec.yaml
@@ -13,5 +13,5 @@ workspace:
13
- tool
14
15
16
17
flutter_lints: ^5.0.0
0 commit comments