flutter_quill 11.0.0 copy "flutter_quill: ^11.0.0" to clipboard
flutter_quill: ^11.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 Dart:

 $ dart pub add flutter_quill
copied to clipboard

With Flutter:

 $ flutter pub add flutter_quill
copied to clipboard

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

dependencies:
  flutter_quill: ^11.0.0
copied to clipboard

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:flutter_quill/flutter_quill.dart';
copied to clipboard
1.94k
likes
0
points
108k
downloads

Publisher

verified publisherbulletjournal.us

Weekly Downloads

2024.09.14 - 2025.03.29

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

Repository (GitHub)
View/report issues

Topics

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

Documentation

Documentation

License

unknown (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