getBoolean
getBoolean
Duplicate of https://github.com/KirovAir/TwilightBoxart/issues/17
@robcmo as others have mentioned before, downgrade to version 0.6 which did not use his server
The URL appears to have either changed or the website is down @alvinchan-mc
I also downloaded the Dart SDK 3.2.0 and 3.2.1 standalone and ran this command and got the same error `B:\tools\dart-sdk\bin\dart.exe pub publish --dry-run`
I'm not sure what's going on. I can reproduce it on my machine: 1. Cloning my repo into a new folder, which is not in a symlink folder `B:\dart_holodex_api` 2....
I haven't tested against extension methods, it might not be handled properly by the current implementation. I'll look into it.
I also want to explore linting constructor parameters
In your example, is `method` a new option in addition to `identifier`? Or did you mean to use `identifier`? I think that would work better. for linting method parameters, I...
`left` was a constructor parameter in the default constructor. Seems a bit confusing putting it in parentheses, so maybe a separate input field `parameter` would make it clear The intent...
I'm not sure how much benefit having multiple named parameters in a lint entry would provide. In my opinion, it's best if the lint reason is as specific as possible...