Can jaspr be used in a flutter client as an html editor for an end user #261
graemep-nz
started this conversation in
General
Replies: 1 comment 2 replies
-
It's definitely possible, but probably not trivial. Jaspr is made to always render whole documents, not just html snippets. So you'd have to go into the lower level apis to achieve that (basically create your own AppBinding). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since jaspr can generate html, is it possible it could be used in an html editor in a flutter client app similar to
https://pub.dev/packages/html_editor_enhanced
so that an end user can generate html (like rich text)
Beta Was this translation helpful? Give feedback.
All reactions