mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Expose wait conditions in the public flutter_driver API (#42162)
This commit is contained in:
parent
8fcc1d4151
commit
2adda80c10
@ -26,6 +26,13 @@ export 'src/common/message.dart' show
|
||||
Result;
|
||||
export 'src/common/render_tree.dart' show
|
||||
RenderTree;
|
||||
export 'src/common/wait.dart' show
|
||||
CombinedCondition,
|
||||
FirstFrameRasterized,
|
||||
NoPendingFrame,
|
||||
NoPendingPlatformMessages,
|
||||
NoTransientCallbacks,
|
||||
SerializableWaitCondition;
|
||||
export 'src/driver/common.dart' show
|
||||
testOutputsDirectory;
|
||||
export 'src/driver/driver.dart' show
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user