Adam Smith

Results 16 comments of Adam Smith

+1, this would be super useful.

Thanks for the reply. That doesn't seem to be working for dart_custom_lint.

I'm happy to update it! I'm new to contributing to this repo, so I'm sure I'm just missing something obvious, but whenever I try to run tests with `dart test`...

Thanks for the reply. I've tried that and the issue remains. The problem appears to be an incorrect path. The error message is saying that it's looking for 'package_config.json' at...

Sounds good -- I'll work on that. Just wanted to make sure I wasn't missing something before making that change.

I fixed the paths to the tests, so now some of the tests run, but most still fail (14/17 tests still fail).

Any update on the recommended way to utilize `useState` if you're using builder functions to split up a large `build` method?

I was having the same issue but just got it resolved. Turns out I was trying to inject `AVRouteDetector` which is an AirPlay related class that when created on a...