zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Support images from keyboard

Open gnprice opened this issue 1 year ago • 0 comments

This serves some of the same purposes as:

  • #418

but may be a lot easier to implement.

Android has built-in support for inserting images into a text box as a feature of the keyboard, and Flutter supports that since https://github.com/flutter/flutter/issues/20796 . So we just need to wire that up for the message-content input box.

Chat thread: https://chat.zulip.org/#narrow/stream/137-feedback/topic/Mobile.20app.20GIF.20integration/near/1689275

gnprice avatar Nov 27 '23 20:11 gnprice