Skip to content

A Flutter package that converts quill json to zefyr delta.

License

Notifications You must be signed in to change notification settings

IVLIVS-III/Quill-Zefyr-Bijection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quill Zefyr Bijection

A Flutter package that converts quill json to zefyr delta.

Example

Delta d=QuillZefyrBijection.convertJSONToZefyrDelta('{
  "ops": [
    {
      "insert": "Gandalf the Grey\n"
    }
  ]
}');

About

A Flutter package that converts quill json to zefyr delta.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.1%
  • Kotlin 2.8%
  • Swift 2.7%
  • HTML 1.2%
  • Objective-C 0.2%