v11.5.0flutter_quill
一个为 Android、iOS、Web 和桌面平台构建的富文本编辑器。它是 Flutter 的 WYSIWYG 编辑器和 Quill 组件。
使用 Flutter 和 Appwrite 的 Google Docs 克隆版本
v11.5.0一个为 Android、iOS、Web 和桌面平台构建的富文本编辑器。它是 Flutter 的 WYSIWYG 编辑器和 Quill 组件。
Appwrite 是一个开源的自托管后端服务器,它通过非常简单的 REST API 抽象并简化了复杂且重复的开发任务。
适用于 Web、移动和桌面的易用 Flutter 路由器。基于 URL 的路由,简单的标签页和嵌套路由导航。
{"sdk":"flutter"}^1.0.2^1.0.2^1.0.3^0.9.5^4.0.1^2.0.3^4.1.0^3.0.6{"sdk":"flutter"}^1.0.0以下为英文项目原文快照,最新内容请访问 GitHub。
This project is a demo application showing how to create a rich text editing experience, similar to Google Docs, using Flutter, Appwrite, and Flutter-Quill. This is meant to serve as a demo on how to use these tools. Please see the video tutorial for a step-by-step walkthrough. Beginner friendly 😎
Collaborate with other users on the same document in real-time.
Realtime changes demos
Easily create and re-open documents. Everything is saved to your Appwrite database.
Create a new document demo
Easy authentication using Appwrite.
Registration demo
Packages used in this project.
built with appwrite logoAppwrite is an open-source alternative to Firebase and makes it possible to easily integrate authentication and add a backend database for your application. Appwrite also makes it possible to add real-time listeners to your database quickly.
Appwrite sponsored this project and tutorial
FlutterQuill is a rich text editor and a Quill component for Flutter. This package makes it easy to sync incremental changes to other editors (real-time changes).
Honorable Mentions: SuperEditor
Riverpod is an excellent choice for a state management solution in your Flutter application, and this tutorial demonstrates multiple scenarios where Riverpod truly shines. If you've not used it before, this project may change your mind. The video tutorial highlights numerous excellent features and demos how to structure and organize your providers.
Routemaster simplifies the complexity of Flutter's 2.0 Navigator. This project creates two separate route maps:
Riverpod, and the authentication state from Appwrite, determine which routes to allow.
Equatable: A Dart package that helps implement value-based equality without needing to explicitly override == and hashCode.
The project is split into multiple sections to make the tutorial easy to follow.
For a complete step-by-step guide, see: https://youtu.be/0_GJ1w_iG44
For the most up-to-date code: see the master branch.
The tutorial sections are extracted as dedicated branches on Github, meaning you can easily follow along and always have the latest code before starting new sections.