DomingoMG
DomingoMG

Reputation: 1857

Flutter Web Rich Text Editor

I am looking for a text editor similar to the one in the image.

enter image description here I have seen an add-on that performs exactly what I want but is associated with the mobile keyboard.

In flutter web no keyboard opens, but you type directly.

That is why I would like to know if there is any solution to get what I am looking for, I am waiting for an answer, thank you very much for your attention.

Here you have the plugin link: https://pub.dev/packages/zefyr enter image description here

Upvotes: 21

Views: 8354

Answers (1)

Patrick Kelly
Patrick Kelly

Reputation: 1009

This will build for flutter web you need to make sure you are on master branch of zephyr and flutter

To change branch type in your console

flutter channel master

flutter channel upgrade

Hope this helps friends.

Patrick.

Upvotes: 1

Related Questions