Skip to content

teDusan/flutter-quill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlutterQuill

Rich text editor and a Quill component for Flutter.

This library is a WYSIWYG editor built for the modern mobile platform only and web is under development. You can join Slack Group for discussion.

https://pub.dev/packages/flutter_quill

This library use Quill as an internal data format. Use _controller.document.toDelta() to extract it or use _controller.document.toPlainText() for plain text.

Default branch master is on channel master. To use channel stable, switch to branch stable. Branch master on channel master supports web. To run the app on web do the following:

  1. Change flutter channel to master using flutter channel master, followed by flutter upgrade.
  2. Enable web using flutter config --enable-web and restart the IDE.
  3. Upon successful execution of step 1 and 2 you should see Chrome as one of the devices which you run flutter devices.
  4. Run the app.

For web development, ReactQuill is recommended to use for compatibility.


1

1

1

1

One client and affiliated collaborator of FlutterQuill is Bullet Journal App: https://bulletjournal.us/home/index.html

About

Rich text editor for Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.7%
  • HTML 0.5%
  • Ruby 0.4%
  • Objective-C 0.3%
  • Swift 0.1%
  • Java 0.0%