【发布时间】:2022-12-03 16:08:23
【问题描述】:
【问题讨论】:
【问题讨论】:
html_editor_enhanced: ^2.5.0
核实
import 'package:html_editor/html_editor.dart';
HtmlEditorController controller = HtmlEditorController();
@override Widget build(BuildContext context) {
return HtmlEditor(
controller: controller,
htmlEditorOptions: HtmlEditorOptions(
hint: "Your text here...",
),
otherOptions: OtherOptions(
);
【讨论】: