Ian Hickson
Ian Hickson
I think `PointerChange.hover` is probably more technically correct. It sounds like Web and macOS do the right thing. I'll update the "EXPECTED RESULTS" section accordingly.
There has not been another update from @fluttergithubbot since https://github.com/flutter/flutter/pull/127429 landed.
Closing per @Piinks
It should work if you just run the directory instead of specifying the files: `flutter test test/material` instead of `flutter test test/material/*`
I mean, `*` just means "insert all the matching filenames here", so if it matches a file that isn't a test, then... yeah. You could do `flutter test test/foo/bar*_test.dart` or...
Regardless of the quite valid reasons to want our project to be welcoming to all reasonable people, including and especially those who have been disenfranchised and oppressed, there are pragmatic...
test-exempt: formatting
test-exempt: code refactor with no semantic change
@KishanBusa8 Thanks for your contribution! Will you be able to continue working on this? It's totally fine if not; we can take it over (though it might take longer). I'm...
That's fair. Unfortunately even with a higher priority, without being able to reproduce the problem it's really not clear how we can debug it. Are you able to reproduce this...