We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f7015 commit 1c0babcCopy full SHA for 1c0babc
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.1.2
2
+
3
+* Compatibility added in Readme
4
5
## v1.1.1
6
7
* Readme Updated
example/pubspec.lock
@@ -68,7 +68,7 @@ packages:
68
path: ".."
69
relative: true
70
source: path
71
- version: "1.1.1"
+ version: "1.1.2"
72
flutter_test:
73
dependency: "direct dev"
74
description: flutter
pubspec.yaml
@@ -1,5 +1,5 @@
name: flutter_process_text
-version: 1.1.1
+version: 1.1.2
description: Flutter plugin to listen the process text stream to get continuous process text intent data.
repository: https://github.com/DevsOnFlutter/flutter_process_text
documentation: https://github.com/DevsOnFlutter/flutter_process_text/blob/main/README.md
0 commit comments