Skip to content

Commit ad7ba63

Browse files
fix: move flutter and test to dependencies (#224)
* fix: move flutter and test to dependencies fixes an issue with custom_lint when running dart aot runtime in pana's context during pub analysis * doc: update pubspec comment * doc: update changelog chore: bump version
1 parent e57ddac commit ad7ba63

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
- Fix pub.dev analysis issue
4+
15
## 0.3.2
26

37
- Added `named_parameters_ordering` rule.

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.3.2
5+
version: 0.3.3
66
homepage: https://github.com/solid-software/solid_lints/
77
documentation: https://solid-software.github.io/solid_lints/docs/intro
88
topics: [lints, linter, lint, analysis, analyzer]
@@ -17,10 +17,10 @@ dependencies:
1717
glob: ^2.1.3
1818
path: ^1.9.1
1919
yaml: ^3.1.3
20-
21-
dev_dependencies:
22-
args: ^2.6.0
23-
# These packages are mandatory for some of tests
20+
# These packages are required for pana analysis to run correctly
2421
flutter:
2522
sdk: flutter
2623
test: ^1.25.14
24+
25+
dev_dependencies:
26+
args: ^2.6.0

0 commit comments

Comments
 (0)