Closed as not planned
Description
As described at #47, there are several issues in the Flutter tracker where people are unhappy with the Flutter text-input widget, particularly on iOS.
One solution we should explore is to use a native text input on iOS. (This is effectively what we already get in the React Native app.) There are two basic paths for how to do this:
- There's an existing plugin
flutter_native_text_input
some people have built for this. - We could also build our own, using Flutter's general facilities for interoperating with platform features:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done