File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkg/analysis_server_plugin/doc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ name: test_analyzer_plugin
1212version : 0.0.1
1313
1414environment :
15- sdk : ' >=3.6.0 <4.0.0 '
15+ sdk : ^3.7.0
1616
1717dependencies :
18- analysis_server_plugin : any
19- analyzer : ^7.2 .0
18+ analysis_server_plugin : ^0.2.2
19+ analyzer : ^8.0 .0
2020` ` `
2121
2222There is nothing special about this pubspec; note that we need a dependency on
2323the ` analysis_server_plugin` package, and on the `analyzer` package, supporting
24- at least 7.2 .0. The version of the analyzer package needs to move lockstep with
25- the Dart SDK. For Dart 3.8 .0-70 .1.beta, `^7.2 .0` is a good version constraint.
24+ at least 8.0 .0. The version of the analyzer package needs to move lockstep with
25+ the Dart SDK. For Dart 3.10 .0-75 .1.beta, `^8.0 .0` is a good version constraint.
2626
2727# # The main Dart file
2828
You can’t perform that action at this time.
0 commit comments