Unverified Commit 068fa84c authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_driver] document caveats with driver method (#50017)

parent e10df3c1
...@@ -70,7 +70,11 @@ class _DriverBinding extends BindingBase with ServicesBinding, SchedulerBinding, ...@@ -70,7 +70,11 @@ class _DriverBinding extends BindingBase with ServicesBinding, SchedulerBinding,
/// Enables Flutter Driver VM service extension. /// Enables Flutter Driver VM service extension.
/// ///
/// This extension is required for tests that use `package:flutter_driver` to /// This extension is required for tests that use `package:flutter_driver` to
/// drive applications from a separate process. /// drive applications from a separate process. In order to allow the driver
/// to interact with the application, this method changes the behavior of the
/// framework in several ways - including keyboard interaction and text
/// editing. Applications intended for release should never include this
/// method.
/// ///
/// Call this function prior to running your application, e.g. before you call /// Call this function prior to running your application, e.g. before you call
/// `runApp`. /// `runApp`.
......
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