Skip to content

Commit b8192c5

Browse files
authored
chore: update pubspec.yaml
Support latest analyzer and Dart 3.0 Also drop dartdoc dev dependency, because it is redundant with SDK
1 parent 4377786 commit b8192c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ version: 0.3.1
88
homepage: https://github.com/simphotonics/generic_reader
99

1010
environment:
11-
sdk: '>=2.19.0 <3.0.0'
11+
sdk: '>=2.19.0 <4.0.0'
1212

1313
dependencies:
14-
analyzer: ^5.4.0
14+
analyzer: '>=5.2.0 <7.0.0'
1515
exception_templates: ^0.2.4
1616
meta: ^1.9.0
17-
source_gen: ^1.2.7
17+
source_gen: any
1818

1919
dev_dependencies:
2020
ansicolor: ^2.0.1
21-
dartdoc: ^6.1.5
2221
lints: ^2.0.1
2322
source_gen_test: ^1.0.4
2423
test: ^1.22.2

0 commit comments

Comments
 (0)