Open 5v1988 opened 1 year ago
thanks, created this PR https://github.com/flutter/flutter/pull/131776 on Flutter repo so we can implement the change later here.
send_text_input_action
was added. So we could implement this.
https://github.com/flutter/flutter/pull/139197
Hello guys, noticed that we don't have implementation for
send_text_input_action
yet, and since this being good feature to have, trying to understand as to how this can be handled currently?On the side note, not having deserialisation on flutter_driver affects our implementation? https://github.com/flutter/flutter/blob/40a9d3f1db9a4c34a6f67e70637e4d4cef73c58c/packages/flutter_driver/lib/src/common/deserialization_factory.dart
Thank you!