wysiwyg_flutter_quill 3.4.0
wysiwyg_flutter_quill: ^3.4.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 wysiwyg_flutter_quillThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wysiwyg_flutter_quill: ^3.4.0Alternatively, 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:wysiwyg_flutter_quill/extensions.dart';
import 'package:wysiwyg_flutter_quill/flutter_quill.dart';
import 'package:wysiwyg_flutter_quill/flutter_quill_internal.dart';
import 'package:wysiwyg_flutter_quill/markdown_quill.dart';
import 'package:wysiwyg_flutter_quill/quill_delta.dart';
import 'package:wysiwyg_flutter_quill/translations.dart';