File selection on both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux).
依赖时,请依赖feature/inline-style分支 fork自flutter_html修改后 支持长按进行选择但是,由于flutter_html这个源码转换标签时,一个标签只对应了一个SelectableText,所以选择的时候,只能选择一个标签下的文字 是个问题同时,为了支持SelectableText,需要修改flutter下selectable_text的源码// assert(() {// return _controller._textSpan.visitChildren((InlineSpan span) => span.runtimeType == TextSpan);// }(), 'SelectableText only supports TextSpan; Other type of InlineSpan is not allowed');注释掉上边语句 509行