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

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.4

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
40
points
23
downloads
screenshot

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.

Topics

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

License

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