Skip to content

Commit 6e7ea14

Browse files
authored
Merge pull request #2 from Zekfad/master
Support latest `analyzer` and Dart 3.0
2 parents 4377786 + 4ec0caf commit 6e7ea14

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.2
2+
- Allow Dart 3 in constraints.
3+
- Allow usage of `analyzer` `^5.0.0` and `^6.0.0`.
4+
- Removed constraints from `source_gen`.
5+
16
## 0.3.1
27
- Amended description.
38

pubspec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ name: generic_reader
33
description: Extension providing methods for the systematic reading of
44
enums, constant lists, maps, sets, and generic compile-time constant expressions.
55

6-
version: 0.3.1
6+
version: 0.3.2
77

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)