Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.72 KB

📜 Dart Quill Delta

An unofficial Dart port of quill-js-delta, originally written in TypeScript.

This package provides a Dart implementation of the 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.

📖 Background

Previously, this package was part of the flutter_quill package, but it has since been separated into its own package. It maintains the same versioning as flutter_quill. The Flutter Quill project forked this package from quill_delta.

🛠️ Supported Projects

The following projects support or use this package:

📚 Documentation

For detailed usage and API references, refer to the official Quill Delta documentation.

📜 Acknowledgments