Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ellet c42e9561c2
Update flutter_quill_test
2 years ago
..
lib Move flutter_quill_test to seperated package (#1507) 2 years ago
test Move flutter_quill_test to seperated package (#1507) 2 years ago
.gitignore Move flutter_quill_test to seperated package (#1507) 2 years ago
.metadata Move flutter_quill_test to seperated package (#1507) 2 years ago
.test_config Configure flutter_quill_test as testing package 2 years ago
CHANGELOG.md Update flutter_quill_test 2 years ago
LICENSE Move flutter_quill_test to seperated package (#1507) 2 years ago
README.md Update flutter_quill_test 2 years ago
analysis_options.yaml Update flutter_quill_test 2 years ago
pubspec.yaml Update flutter_quill_test 2 years ago

README.md

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.