Skip to content

Commit 8b508c3

Browse files
Yurii PrykhodkoYurii Prykhodko
authored andcommitted
bump min SDK version
1 parent 0dc73f3 commit 8b508c3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## 0.3.0
2+
23
- Added `exclude` parameter for the following lints:
34
- `avoid_returning_widgets`
45
- `avoid_unused_parameters`
@@ -7,10 +8,12 @@
78
- `no_empty_bloc`
89
- `number_of_parameters`
910
- BREAKING CHANGE: Renamed `excludeNames` parameter to `exclude` for `function_lines_of_code` lint.
10-
- Fixed an issue with `prefer_early_retrun` for throw expression
11+
- Fixed an issue with `prefer_early_retrun` for throw expression
1112
- `number_of_parameters` lint: added `copyWith` to the default exclude list.
12-
- Update `analyzer` dependency to 7.1.0
13-
- Update `custom_lint_builder` dependency to 0.7.1
13+
- Update dependencies:
14+
- Update min Dart SDK constraint to 3.5.0
15+
- Update `analyzer` dependency to 7.1.0
16+
- Update `custom_lint_builder` dependency to 0.7.1
1417

1518
## 0.2.3
1619

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: https://solid-software.github.io/solid_lints/docs/intro
88
topics: [lints, linter, lint, analysis, analyzer]
99

1010
environment:
11-
sdk: ">=3.0.0 <4.0.0"
11+
sdk: ">=3.5.0 <4.0.0"
1212

1313
dependencies:
1414
analyzer: ^7.1.0

0 commit comments

Comments
 (0)