singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

chore: remove dart_quill_delta directory to move it outside of the repo #2294

Closed EchoEllet closed 1 month ago

EchoEllet commented 1 month ago

Description

Move the package dart_quill_delta from this repo to FlutterQuill/dart-quill-delta

Update the imports in doc/delta_introduction.md. This PR is not a breaking change, the imports were slightly incorrect.

Related Issues

Type of Change

EchoEllet commented 1 month ago

Note that we should include a reference to or indicating that Quill Delta is not a format specific to flutter_quill and can be used outside of Flutter and Dart somewhere in the README.md since the main reason that users do want to convert and store data in HTML is that they want something more future proof in case they want to migrate to another package or framework. There are many packages in Dart and other language to support Quill Delta.