https://github.com/flutterquill/dart-quill-delta
A Dart port of quill-js-delta, offering a simple and expressive JSON format for describing rich-text content and its changes.
https://github.com/flutterquill/dart-quill-delta
Last synced: 3 months ago
JSON representation
A Dart port of quill-js-delta, offering a simple and expressive JSON format for describing rich-text content and its changes.
- Host: GitHub
- URL: https://github.com/flutterquill/dart-quill-delta
- Owner: FlutterQuill
- License: mit
- Created: 2024-09-27T18:46:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T09:44:44.000Z (7 months ago)
- Last Synced: 2025-04-13T05:09:14.545Z (3 months ago)
- Language: Dart
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 📜 Dart Quill Delta
An unofficial Dart port of [quill-js-delta](https://github.com/quilljs/delta/), originally written in TypeScript.
This package provides a Dart implementation of the [Quill Delta](https://www.npmjs.com/package/quill-delta) format, which is a JSON-based data structure used to describe rich-text documents. For more details, refer to the official [Quill Delta documentation](https://quilljs.com/docs/delta/).
## 📖 Background
Previously, this package was part of the [flutter_quill](https://pub.dev/packages/flutter_quill) package, but it has since been separated into its own package. It maintains the same versioning as `flutter_quill`. The [Flutter Quill](http://github.com/singerdmx/flutter-quill) project forked this package from [quill_delta](https://pub.dev/packages/quill_delta).
## 🛠️ Supported Projects
The following projects support or use this package:
- [flutter_quill_to_pdf](https://pub.dev/packages/flutter_quill_to_pdf)
- [flutter_quill_delta_from_html](https://pub.dev/packages/flutter_quill_delta_from_html)
- [flutter_quill_delta_easy_parser](https://pub.dev/packages/flutter_quill_delta_easy_parser)
- [flutter_quill](https://pub.dev/packages/flutter_quill)
- [markdown_quill](https://pub.dev/packages/markdown_quill)
- [quill_markdown](https://pub.dev/packages/quill_markdown)
- [delta_markdown](https://pub.dev/packages/delta_markdown)
- [super_editor_quill](https://pub.dev/packages/super_editor_quill)## 📚 Documentation
For detailed usage and API references, refer to the official [Quill Delta documentation](https://quilljs.com/docs/delta/).
## 📜 Acknowledgments
* The original package [quill_delta](https://pub.dev/packages/quill_delta).
* [Delta Delta](https://github.com/slab/delta).