https://github.com/roughike/super_editor_collaboration_sample
https://github.com/roughike/super_editor_collaboration_sample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roughike/super_editor_collaboration_sample
- Owner: roughike
- Created: 2022-08-24T22:24:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T15:59:31.000Z (over 3 years ago)
- Last Synced: 2025-09-26T07:42:16.402Z (4 months ago)
- Language: Dart
- Size: 91.8 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Making a realtime collaborative rich text editor by using SuperEditor
[SuperEditor and other open source Flutter packages by Superlist can be found here.](https://superlist.com/open-source)
Companion repository for a talk I gave at Flutter Vikings 01.09.2022.
* The talk is here https://youtu.be/RMbkg0Q7px8?t=9200 and the timestamp is 2:33:20.
* Slides can be found here: https://speakerdeck.com/roughike/from-single-player-to-multiplayer-building-realtime-collaborative-text-editing-experiences-with-dart
* The end-to-end example of Operational Transformation with Elixir and Javascript that helped me to understand the concepts is here: https://github.com/sheharyarn/collab
* More context to follow later.