diff --git a/flutter_quill_test/CHANGELOG.md b/flutter_quill_test/CHANGELOG.md index b3827d25..158ce0f2 100644 --- a/flutter_quill_test/CHANGELOG.md +++ b/flutter_quill_test/CHANGELOG.md @@ -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 diff --git a/flutter_quill_test/README.md b/flutter_quill_test/README.md index c32a78fe..d244e54b 100644 --- a/flutter_quill_test/README.md +++ b/flutter_quill_test/README.md @@ -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. diff --git a/flutter_quill_test/pubspec.yaml b/flutter_quill_test/pubspec.yaml index 7f941557..c8a535ff 100644 --- a/flutter_quill_test/pubspec.yaml +++ b/flutter_quill_test/pubspec.yaml @@ -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"