Skip to content

quest3/flutter_draftview

 
 

Repository files navigation

Draft View

codecov Flutter test

A Draft JS renderer written in Dart!

This project supports rendering Draft JS object in Flutter natively! It will convert draft js object into Flutter Rich Textspan!

It is implemented in a plugable design so that you can create your own plugin easily.

Supported Plugins

  • Image Plugin
  • List Plugin
  • Blockquote Plugin
  • PostSettings Plugin. Example
  • Header Plugin
  • Basic Text Plugin
  • Audio Plugin

Demo

  1. Header, Postsettings, BlockQuote support

    image1

  2. Image and image's caption support

    image2

  3. Full screen image support (when clicked)

    image3

  4. Text inline style and nested list support

    image4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dart 97.2%
  • Ruby 1.3%
  • Other 1.5%