Update README.md

pull/1555/head
Ellet 1 year ago committed by GitHub
parent 875079928a
commit 51f781f00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      flutter_quill_test/README.md

@ -33,7 +33,7 @@ To aid in testing applications using the editor an extension to the flutter `Wid
Import the test utilities in your test file: Import the test utilities in your test file:
```dart ```dart
import 'package:flutter_quill/flutter_quill_test.dart'; import 'package:flutter_quill_test/flutter_quill_test.dart';
``` ```
and then enter text using `quillEnterText`: and then enter text using `quillEnterText`:
@ -46,4 +46,4 @@ await tester.quillEnterText(find.byType(QuillEditor), 'test\n');
We welcome contributions! We welcome contributions!
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details. Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.

Loading…
Cancel
Save