flutter_quill_test 9.1.1-dev copy "flutter_quill_test: ^9.1.1-dev" to clipboard
flutter_quill_test: ^9.1.1-dev copied to clipboard

Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_quill_test

With Flutter:

 $ flutter pub add flutter_quill_test

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

dependencies:
  flutter_quill_test: ^9.1.1-dev

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_test/flutter_quill_test.dart';
4
likes
0
pub points
85%
popularity

Publisher

verified publisherfreshplatform.net

Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.

Repository (GitHub)
View/report issues

Topics

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

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_quill, flutter_test

More

Packages that depend on flutter_quill_test