Update flutter_quill_test

pull/1508/head
Ellet 1 year ago
parent 6c0a994a98
commit c42e9561c2
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      flutter_quill_test/CHANGELOG.md
  2. 2
      flutter_quill_test/README.md
  3. 19
      flutter_quill_test/pubspec.yaml

@ -1,3 +1,6 @@
## 0.0.3
* Update the `README.md` and description
## 0.0.2
* Add `.test_config` to mark the package as testing package

@ -1,5 +1,7 @@
# Flutter Quill Test
Test utilities for [flutter_quill](https://pub.dev/packages/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.

@ -1,9 +1,24 @@
name: flutter_quill_test
description: Testing for flutter_quill
version: 0.0.2
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
version: 0.0.3
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test
topics:
- ui
- widgets
- widget
- rich-text-editor
- quill
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: ">=1.17.0"

Loading…
Cancel
Save