Ravi Dev Pandey
Ravi Dev Pandey
@Panquesito7
I have already done this in #2061 Maintainers please have a look at it.
Hey @Manik2708 is the mock for Query widget generated ?
Thanks for clarifying @rrousselGit . If I submit a PR that adds this features, will it be merged ?
@rrousselGit I looked at the codebase a bit and realized that It is tightly made to work only on whole packages. I also tried running [Dart's official linter](https://github.com/dart-lang/linter) and the...
Hmm. Correct. I did find `analyzeFile` in the `custom_lint_builder.dart` and I understand how to not analyze a file by simply returning from there. But can you please explain in some...
Thanks. I figured it out and implemented this feature. The changes are - 1. Users can now enter a list of comma separated file paths which are files from the...
@rrousselGit 1. About the flag, I believe that can be done using taking the `rest arguments`. But then it will interfere with the 2.argument being a directory or a file....
Okay @rrousselGit . I'll modify the PR real quick :)