Skip to content

Commit 887f5d9

Browse files
committed
update text recognition
1 parent a8b5d57 commit 887f5d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The easy way to use Machine Learning Kit in Flutter.
77
Add dependency to your flutter project:
88

99
```bash
10-
$ flutter pub add learning
10+
$ pub add learning
1111
```
1212

1313
**Optimization**
@@ -27,7 +27,7 @@ Learning consists of 13 different sub-packages that we can add separately based
2727
</tr>
2828
<tr>
2929
<td><code>learning_text_recognition</code></td>
30-
<td>^0.0.3</td>
30+
<td>^0.0.4</td>
3131
<td>
3232
<a href="https://pub.dev/packages/learning_text_recognition">Pub.dev</a><br>
3333
<a href="https://github.com/salkuadrat/learning/tree/master/packages/learning_text_recognition">Github</a>

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ packages:
232232
name: learning_text_recognition
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "0.0.3"
235+
version: "0.0.4"
236236
learning_translate:
237237
dependency: "direct main"
238238
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: learning
22
description: The easy way to use Machine Learning Kit (Vision & NLP) in Flutter.
3-
version: 0.0.5
3+
version: 0.0.6
44
# author: Salman S
55
homepage: https://github.com/salkuadrat/learning
66

@@ -23,7 +23,7 @@ dependencies:
2323
learning_pose_detection: ^0.0.2
2424
learning_selfie_segmentation: ^0.0.3
2525
learning_smart_reply: ^0.0.3
26-
learning_text_recognition: ^0.0.3
26+
learning_text_recognition: ^0.0.4
2727
learning_translate: ^0.0.4
2828

2929
dev_dependencies:

0 commit comments

Comments
 (0)