需求
原生支持富文本编辑,能插入图文视频,支持预览
问题
flutter inappwebview嵌入后由于富文本过长导致app crash
原本实现方案
使用webview + 本地html 实现富文本编辑,预览使用flutter加载webview动态注入富文本内容
Android: https://github.com/wasabeef/richeditor-android
iOS:https://github.com/cjwirth/RichEditorView
预览(flutter):https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/example
富文本生成
编辑的过程,主要通过模版html指定 <div class="editor"></div> 设置可编辑,插入图片时,通过
eva