Reland "Flutter Driver - Create widget finders from serialized finders extensions" with null safety#67711
Conversation
|
TBR @dnfield @goderbauer |
|
I think this should be fine, but @jonahwilliams can hopefully confirm |
|
Fixes applied @jonahwilliams |
jonahwilliams
left a comment
There was a problem hiding this comment.
Looks like you merged in a few other commits accidentally?
|
@jonahwilliams I've made a mistake during rebase. Fixed. |
This comment has been minimized.
This comment has been minimized.
|
It should get merged when the tree becomes green again. Thanks for updating it. |
Exactly. Thank you for the review and cooperation. |
|
This pull request is not suitable for automatic merging in its current state.
|
|
@dnfield it seems Mac builds were failing on the master, seems fine now. In the meantime the bot has removed the auto-merge label. May I ask for re-adding |
|
It's passing now. @jonahwilliams - AFAICT the google internal failures are related to null-safety not being rolled into google3. I'm going to land this on that assumption. We can revert if I'm wrong. |
Description
As null safety feature for Flutter Driver was merged (#67570), we'd need to reland the extension feature patch (#67456). It should be compliant now, no lint nor build errors are reported.
Related Issues
#67570
#67456
Tests
packages/flutter_driver/test/src/real_tests/extension_test.dartChecklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change