angular_quill 0.2.1
angular_quill: ^0.2.1 copied to clipboard
Angular dart component for the Quill rich text editor. Quill is a free, open source WYSIWYG editor built for the modern web.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add angular_quillWith Flutter:
$ flutter pub add angular_quillThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
angular_quill: ^0.2.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:angular_quill/angular_quill.dart';