Reputation: 1857
I am looking for a text editor similar to the one in the image.
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
Upvotes: 21
Views: 8354
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