Unverified Commit 2adda80c authored by Dwayne Slater's avatar Dwayne Slater Committed by GitHub

Expose wait conditions in the public flutter_driver API (#42162)

parent 8fcc1d41
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment