We currently require a WidgetTester instance to intercept platform channel messages, but it's bad for usability to require clients to pass a WidgetTester. We'd like to be able to simulate keyboards in places where it's not easy to get a reference to a WidgetTester. Change the implementation to work without a WidgetTester.
We currently require a
WidgetTesterinstance to intercept platform channel messages, but it's bad for usability to require clients to pass a WidgetTester. We'd like to be able to simulate keyboards in places where it's not easy to get a reference to a WidgetTester. Change the implementation to work without aWidgetTester.