-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dart run custom_lint causes failures when some packages are present in the pubspec.yaml #91
Comments
If it's .dart_tool you may delete it and get dependencies again. |
Can you tell me which flutter version are you using? I just have deployed the version 2.0.0-dev.2 of solidart_lint |
I am on the master channel, yes, due to macros. Since I switched some time ago and I have been working only on one side project, I didn't think about this at all. Tomorrow I will test this with stable. Thanks for deploying! It works now! Maybe that was due to me being on the master channel, or maybe not. Anyway, the score went from 110 to 150 on pub.dev 🚀 |
It should be at 160, but seems like they run the tests using the latest master. Will fix it tomorrow 👍 |
dart run custom_lint
works for me only if I temporarily comment out some packages in my pubspec.yaml (in my case they aresqlite3_flutter_libs
,path_provider
,device_info_plus
andshared_preferences
). If I don't comment them out, I get failures similar to this one:The
/run/host/unsynced/manuel/Workspace/photos/code/app/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/.dart_tool/
folder does not exist, although its parent folder is present on my machine. I didn't further debug this issue, so I don't know if it is asolidart_lint
issue or something wrong with my setup. Maybe do you know what this is caused by? And can you test if you get the same kind of error?The text was updated successfully, but these errors were encountered: