Skip to content

Commit

Permalink
Merge pull request #346 from Gustl22/anylyzer-conflicts
Browse files Browse the repository at this point in the history
feat: Allow newer versions of analyzer
  • Loading branch information
jpeiffer authored Dec 20, 2024
2 parents f663e43 + 26e4432 commit 7f9c523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.0+1] - December 20th, 2024

* Compatibility with analyzer `>= 6.5.0`


## [2.0.0] - December 12th, 2024

* Flutter 3.27
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_codegen'
description: 'A library autogenerate JSON widget builders.'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget/tree/main/codegen'
version: '2.0.0'
version: '2.0.0+1'

environment:
sdk: ^3.6.0
Expand All @@ -13,7 +13,7 @@ analyzer:
- 'lib/**/*.g.dart'

dependencies:
analyzer: '>=6.2.0 <6.5.0'
analyzer: '^6.2.0'
build: '^2.4.1'
code_builder: '^4.10.1'
dynamic_widget_annotation: '^2.0.0'
Expand Down

0 comments on commit 7f9c523

Please sign in to comment.