Rich text editor for Flutter
 
 
 
 
 
Ellet 676077cb0c
Update flutter_quill_test
1 year ago
..
lib Move flutter_quill_test to seperated package (#1507) 1 year ago
test Move flutter_quill_test to seperated package (#1507) 1 year ago
.gitignore Move flutter_quill_test to seperated package (#1507) 1 year ago
.metadata Move flutter_quill_test to seperated package (#1507) 1 year ago
.test_config Configure flutter_quill_test as testing package 1 year ago
CHANGELOG.md Configure flutter_quill_test as testing package 1 year ago
LICENSE Move flutter_quill_test to seperated package (#1507) 1 year ago
README.md Move flutter_quill_test to seperated package (#1507) 1 year ago
analysis_options.yaml Update flutter_quill_test 1 year ago
pubspec.yaml Update flutter_quill_test 1 year ago

README.md

Flutter Quill Test

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.