I want to add images in a text field/text form field in flutter. Whenever the user clicks the first button in the bottom navigation bar, the app will ask to pick an image and the image will display in the text field.
Like this:-
How Can I add one? (I am not talking about emoji) ANY HELP OR IDEA WOULD BE APPRECIATED.
Solution 1: Omatt
You can use RichTextEditor
using rich_text_view plugin to support stylized text. Another option here is by using flutter_markdown to render images from Markdown.