angular_quill 0.2.1 copy "angular_quill: ^0.2.1" to clipboard
angular_quill: ^0.2.1 copied to clipboard

Platformweb

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_quill

With Flutter:

 $ flutter pub add angular_quill

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  angular_quill: ^0.2.1

Alternatively, 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';
7
likes
110
pub points
72%
popularity

Publisher

unverified uploader

Angular dart component for the Quill rich text editor. Quill is a free, open source WYSIWYG editor built for the modern web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

angular, angular_forms, js

More

Packages that depend on angular_quill