Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ellet 8149e2b2d1
Fixes for previous step (#1467)
1 year ago
..
lib Fixes for previous step (#1467) 1 year ago
.metadata Embed refactor (#933) 3 years ago
CHANGELOG.md New improvemenets and documentation (#1443) 1 year ago
LICENSE Update flutter_quill_extensions package ready for publishing (#935) 3 years ago
README.md Moved onVideoInit to class parameter on embed builder (#934) 3 years ago
analysis_options.yaml Embed refactor (#933) 3 years ago
pubspec.yaml Update comment in pubspec.yaml of flutter_quill_extensions 1 year ago

README.md

Flutter Quill Extensions

Helpers to support embed widgets in flutter_quill. See Flutter Quill for details of use.

Usage

Set the embedBuilders and embedToolbar params in QuillEditor and QuillToolbar with the values provided by this repository.

QuillEditor.basic(
  controller: controller,
  embedBuilders: FlutterQuillEmbeds.builders(),
);
QuillToolbar.basic(
  controller: controller,
  embedButtons: FlutterQuillEmbeds.buttons(),
);