This is the tracking issue for the proposal to expand the deprecation policy to package:flutter_driver
Now that flutter and flutter_test have been successfully adopted, we are looking to expand the deprecation policy to other packages, with flutter_driver being next.
This will involve:
If we were to do this after the next release (not the current round in #139243 but the next round), these would be up for removal:
| class / method |
property |
deprecated in |
| CommandHandlerFactory |
_waitUntilNoTransientCallbacks |
1.9 |
| CommandHandlerFactory |
_waitUntilNoPendingFrame |
1.9 |
| CommandHandlerFactory |
_waitUntilFirstFrameRasterized |
1.9 |
| FlutterDriver |
enableAccessibility |
2.3 |
| TimelineSummary |
writeSummaryToFile |
2.1 |
This is the tracking issue for the proposal to expand the deprecation policy to package:flutter_driver
Now that flutter and flutter_test have been successfully adopted, we are looking to expand the deprecation policy to other packages, with flutter_driver being next.
This will involve:
If we were to do this after the next release (not the current round in #139243 but the next round), these would be up for removal: