flutter_quill_advanced 20.0.0 copy "flutter_quill_advanced: ^20.0.0" to clipboard
flutter_quill_advanced: ^20.0.0 copied to clipboard

A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_quill_advanced

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

dependencies:
  flutter_quill_advanced: ^20.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_quill_advanced/flutter_quill.dart';
import 'package:flutter_quill_advanced/flutter_quill_internal.dart';
import 'package:flutter_quill_advanced/internal.dart';
import 'package:flutter_quill_advanced/quill_delta.dart';
0
likes
55
points
104
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter.

Topics

#editor #text #rich-text-editor #quill #flutter-quill

License

MIT (license)

Dependencies

charcode, collection, dart_quill_delta, flutter, flutter_colorpicker, flutter_keyboard_visibility_temp_fork, flutter_localizations, flutter_quill_delta_from_html, html, intl, markdown, meta, quill_native_bridge, quiver, url_launcher

More

Packages that depend on flutter_quill_advanced