Skip to content

Commit d62c78b

Browse files
committed
v1.1.1
1 parent a26d650 commit d62c78b

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.1
2+
3+
* Readme Updated
4+
15
## v1.1.0
26

37
* showToast changed to specific toast messages,

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Flutter Process Text Plugin
22

3-
<a href="https://imgur.com/Sy52KAT">
4-
<img src="https://i.imgur.com/Sy52KAT.png" title="source: imgur.com" />
5-
</a>
3+
<img src="https://i.imgur.com/Sy52KAT.png" title="Flutter_Process_Text" />
64

7-
![GitHub](https://img.shields.io/github/license/divshekhar/flutter_process_text?label=License&style=plastic) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/divshekhar/flutter_process_text?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/divshekhar/flutter_process_text?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/divshekhar/flutter_process_text?style=plastic)
5+
![GitHub](https://img.shields.io/github/license/DevsOnFlutter/flutter_process_text?label=License&style=plastic) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/DevsOnFlutter/flutter_process_text?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/DevsOnFlutter/flutter_process_text?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/DevsOnFlutter/flutter_process_text?style=plastic)
86

97
## Show some :heart: and :star: the repo
108

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.1.0"
71+
version: "1.1.1"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter
@@ -106,7 +106,7 @@ packages:
106106
name: source_span
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.8.0"
109+
version: "1.8.1"
110110
stack_trace:
111111
dependency: transitive
112112
description:
@@ -141,7 +141,7 @@ packages:
141141
name: test_api
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.2.19"
144+
version: "0.3.0"
145145
typed_data:
146146
dependency: transitive
147147
description:

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.1"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.19"
130+
version: "0.3.0"
131131
typed_data:
132132
dependency: transitive
133133
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_process_text
2-
version: 1.1.0
2+
version: 1.1.1
33
description: Flutter plugin to listen the process text stream to get continuous process text intent data.
4-
repository: https://github.com/divshekhar/flutter_process_text
5-
documentation: https://github.com/divshekhar/flutter_process_text/blob/main/README.md
4+
repository: https://github.com/DevsOnFlutter/flutter_process_text
5+
documentation: https://github.com/DevsOnFlutter/flutter_process_text/blob/main/README.md
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)