From 61ee9f4a1d6886473070acc7758ed5d072e12a70 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Fri, 13 Dec 2024 10:12:03 -0800 Subject: [PATCH] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c522087..c90e8c02 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ For debugging or testing in other programming languages, you can use the APK ava - `flutter:setFrameSync` may help - `flutter:waitFor` would help to handle "an element does not exist/is not enabled" behavior. [exmaple issue](https://github.com/appium/appium-flutter-driver/issues/693) - Appium Inspector does not work with FLUTTER context +- `enableFlutterDriverExtension()` must be called before calling `WidgetsFlutterBinding.ensureInitialized` to avoid `Binding is already initialized to WidgetsFlutterBinding` error which could cause `"ext.flutter.driver" is not found in "extensionRPCs"` error. [issue](https://github.com/appium/appium-flutter-driver/issues/756) ## TODO?