Closed SunlightBro closed 7 months ago
lint_playground/pubspec.yaml
name: lint_playground
version: 2.4.1
publish_to: none
environment:
sdk: '>=2.17.0 <4.0.0'
dependencies:
analyzer: ^6.0.0 # -> 6.4.1
analyzer_plugin: ^0.11.0 # -> 0.11.3
custom_lint_builder: ^0.6.0 # -> 0.6.4
lint_playground/example/pubspec.yaml
name: example
version: 0.1.0
publish_to: none
environment:
sdk: '>=2.12.0 <4.0.0'
dev_dependencies:
custom_lint: any # -> 0.6.4
ffuf_lints: any
dependency_overrides:
ffuf_lints:
path: ../
Ok after a bit more investigation I think it's an issue with Android Studio, Today I upgraded to Android Studio Iguana | 2023.2.1 Patch 2 232.10300.40.2321.11668458 and somehow Android Studio Dart SDK path was wrong afterwards 🙈.
Android Studio Dart analysis fails on start plugins Manually Running
dart run custom_lint
works and properly reports the DartLintRule.But Android Studio reports a Dart analysis issue on start up:
issue-4.md custom_lint.log
To Reproduce
I have a small lint_playground package
and in /example I have a small main: