Closed
Description
We are building our tests using appium and flutter driver to test our flutter app. The problem we are facing is after adding the enableFlutterDriverExtension() in main.dart file (as mentioned in the documentation), the soft keyboard on the phone stops showing up and doesn't allow any text entry in edit box widgets. This problem goes away once we remove the enableFlutterDriverExtension() statement. So, we are in a fix. Is there any solution to this problem?