flutter_quill_test 0.0.3 copy "flutter_quill_test: ^0.0.3" to clipboard
flutter_quill_test: ^0.0.3 copied to clipboard

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

Flutter Quill Test #

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

Testing #

To aid in testing applications using the editor an extension to the flutter WidgetTester is provided which includes methods to simplify interacting with the editor in test cases.

Import the test utilities in your test file:

import 'package:flutter_quill/flutter_quill_test.dart';

and then enter text using quillEnterText:

await tester.quillEnterText(find.byType(QuillEditor), 'test\n');

Contributing #

We welcome contributions!

Please follow these guidelines when contributing to our project. See CONTRIBUTING.md for more details.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

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.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

flutter, flutter_quill, flutter_test

More

Packages that depend on flutter_quill_test