Image keyboard support

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

#110052

@netdur

Description

It is possible to implement Commit Content API using Flutter's TextField or TextFormField or any widget?

https://developer.android.com/guide/topics/text/image-keyboard

I am not sure convert this line

layout.addView(createEditTextWithContentMimeTypes(new String[]{"image/gif"}));

from this code example

https://github.com/googlesamples/android-CommitContentSampleApp/blob/master/app/src/main/java/com/example/android/commitcontent/app/MainActivity.java