Update README.md for extensions and test packages

pull/1530/head
Ellet 1 year ago
parent 190ffe0124
commit 5ff145546c
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 5
      flutter_quill_extensions/README.md
  2. 13
      flutter_quill_test/README.md

@ -19,7 +19,6 @@ to support embed widgets like image, formula, video and more.
- [Drag and drop feature](#drag-and-drop-feature)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)
@ -244,10 +243,6 @@ We welcome contributions!
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
## License
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to the [Flutter Team](https://flutter.dev/)

@ -3,6 +3,13 @@
Test utilities for [flutter_quill](https://pub.dev/packages/flutter_quill)
which include methods to simplify interacting with the editor in test cases.
## Table of Contents
- [Flutter Quill Test](#flutter-quill-test)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Testing](#testing)
- [Contributing](#contributing)
## Installation
Run the command in your project root folder:
@ -39,8 +46,4 @@ await tester.quillEnterText(find.byType(QuillEditor), 'test\n');
We welcome contributions!
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
## License
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
Loading…
Cancel
Save