super_editor
1.0.0

开源,可配置的,可扩展的文本编辑器和文档渲染器,用于flutter。
超级编辑器可以与任何后端一起使用。插入您的插入!
超级编辑是由高级启动的,并由Flutter Bounty Hunters,Superlist和贡献者实施和维护。
发行的注释(2024年6月):
我们一直在忙于在核心编辑器改进方面进行工作,例如稳定的编辑管道和有用的编辑器反应。这些API已经发展了很多,因此我们很长一段时间没有删除标准版本。我们现在仍在不断发展那些API。
请放心,超级编辑和本仓库中的其他项目正常开发。我们仍然在这里努力。
现在,我们开始发布超级编辑器的开发人员发行,以便社区可以看到我们一直在研究的内容。
提醒您,您的项目不需要使用Pub使用超级编辑器。您可以直接依靠此GitHub存储库来跟上最新更改。请检查下面有关我们的git分支的部分。
分支的注释:
您使用Flutter的稳定分支吗?请确保查看super_editor的稳定分支,以兼容。
您是否使用Flutter的主分支?请务必查看super_editor的主分支,以进行完整性。
请查看有关如何使用软件包或运行示例编辑器的Supereditor Readme。
可以在https://superlist.com/supereditor上访问Web演示。



您可以按以下方式覆盖依赖项:
dependency_overrides :
super_editor :
git :
url : https://github.com/superlistapp/super_editor
path : super_editor
ref : stable # or "main"
super_editor_markdown :
git :
url : https://github.com/superlistapp/super_editor
path : super_editor_markdown
ref : stable
super_text_layout :
git :
url : https://github.com/superlistapp/super_editor
path : super_text_layout
ref : stable
attributed_text :
git :
url : https://github.com/superlistapp/super_editor
path : attributed_text
ref : stable