flutter_quill_forked 9.1.0 copy "flutter_quill_forked: ^9.1.0" to clipboard
flutter_quill_forked: ^9.1.0 copied to clipboard

outdated

A rich text editor built for the modern Android, iOS, web and desktop platforms. It is 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_forked

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

dependencies:
  flutter_quill_forked: ^9.1.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_forked/extensions.dart';
import 'package:flutter_quill_forked/flutter_quill.dart';
import 'package:flutter_quill_forked/markdown_quill.dart';
import 'package:flutter_quill_forked/quill_delta.dart';
import 'package:flutter_quill_forked/translations.dart';
1
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #widget #rich-text-editor #quill

Documentation

Documentation

License

unknown (license)

Dependencies

charcode, collection, dart_quill_delta, device_info_plus, equatable, flutter, flutter_colorpicker, flutter_keyboard_visibility, flutter_localizations, html2md, intl, markdown, meta, quiver, super_clipboard, url_launcher

More

Packages that depend on flutter_quill_forked