coder-with-a-bushido / dart-my-lints

3 stars 3 forks source link

Warnings not being displayed #1

Open byshy opened 4 days ago

byshy commented 4 days ago

I followed the tutorial to the best I could, then the warnings did not get displayed, I thought the issue was with my code, but when cloning the repo I still didn't see the warnings

I'm using this version of Android studio
Android Studio Jellyfish | 2023.3.1 Build #AI-233.14808.21.2331.11709847, built on April 12, 2024 Runtime version: 17.0.10+0-17.0.10b1087.21-11572160 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 15.0.1 GC: G1 Young Generation, G1 Old Generation Memory: 2304M Cores: 12 Metal Rendering is ON Registry: ide.experimental.ui=true Non-Bundled Plugins: dev.j-a.swift (1.0.0.345-233) Statistic (4.3.1) com.intellij.marketplace (233.14808.24) com.bloc.intellij_generator_plugin (4.0.1) Dart (233.15271) com.atlassian.bitbucket.references (2023.1.301) io.flutter (82.0.1)
And this version of flutter
Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 2663184aa7 (5 weeks ago) • 2024-09-11 16:27:48 -0500 Engine • revision 36335019a8 Tools • Dart 3.5.3 • DevTools 2.37.3

Any ideas why is this happening?

satodia-smit commented 1 day ago

@byshy , Same issue with me, it is not able to give warning. AS: Android Studio Giraffe | 2022.3.1 Patch 1 Build #AI-223.8836.35.2231.10671973, built on August 17, 2023 Runtime version: 17.0.6+0-b2043.56-10027231 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 12 Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=false ide.images.show.chessboard=true

Non-Bundled Plugins: com.tao.bloc (1.5.0) carbon-now-sh (1.2.0) com.bloc.intellij_generator_plugin (3.4.0) Dart (223.8950) wu.seal.tool.jsontokotlin (3.7.4) com.github.typ0520.jsontodart (1.0.8) com.herbert.george.flutter-snippets (2.0.0-stable-1) com.google.mad-scorecard (1.2) com.developerphil.adbidea (1.6.12) io.flutter (75.1.2)

@coder-with-a-bushido Any ideas?

coder-with-a-bushido commented 1 day ago

I'll check this in some time and get back!

byshy commented 1 day ago

BTW I tried another package dart_code_linter, and got the same thing, but the difference is that using the CLI I was able to get all warnings and errors, so I think the new versions of android studio is not supporting this anymore? not sure

My next thought was to create an IDE plugin that runs the linter after the user stops typing