Skip to content

Commit 3a8848d

Browse files
committed
changed readme
1 parent c5a5492 commit 3a8848d

File tree

5 files changed

+46
-37
lines changed

5 files changed

+46
-37
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
## 0.2.1
2626

2727
* Custom mean and std
28+
29+
## 0.2.2
30+
31+
* Updated readme

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# pytorch_mobile
22

3-
A flutter plugin for pytorch model inference.
4-
Since this is still being developed, the plugin is only supported for Android.
5-
An iOS version is going to come soon
3+
A flutter plugin for pytorch model inference, supported both for Android and iOS.
64

75
## Usage
86

example/pubspec.lock

+21-14
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.6.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,14 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -42,7 +42,7 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
cupertino_icons:
4747
dependency: "direct main"
4848
description:
@@ -56,7 +56,7 @@ packages:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0"
59+
version: "1.3.0"
6060
ffi:
6161
dependency: transitive
6262
description:
@@ -134,28 +134,35 @@ packages:
134134
name: js
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.6.3"
137+
version: "0.6.4"
138138
matcher:
139139
dependency: transitive
140140
description:
141141
name: matcher
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.12.10"
144+
version: "0.12.11"
145+
material_color_utilities:
146+
dependency: transitive
147+
description:
148+
name: material_color_utilities
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "0.1.4"
145152
meta:
146153
dependency: transitive
147154
description:
148155
name: meta
149156
url: "https://pub.dartlang.org"
150157
source: hosted
151-
version: "1.3.0"
158+
version: "1.7.0"
152159
path:
153160
dependency: transitive
154161
description:
155162
name: path
156163
url: "https://pub.dartlang.org"
157164
source: hosted
158-
version: "1.8.0"
165+
version: "1.8.1"
159166
path_provider:
160167
dependency: "direct main"
161168
description:
@@ -225,7 +232,7 @@ packages:
225232
path: ".."
226233
relative: true
227234
source: path
228-
version: "0.2.1"
235+
version: "0.2.2"
229236
sky_engine:
230237
dependency: transitive
231238
description: flutter
@@ -237,7 +244,7 @@ packages:
237244
name: source_span
238245
url: "https://pub.dartlang.org"
239246
source: hosted
240-
version: "1.8.1"
247+
version: "1.8.2"
241248
stack_trace:
242249
dependency: transitive
243250
description:
@@ -272,7 +279,7 @@ packages:
272279
name: test_api
273280
url: "https://pub.dartlang.org"
274281
source: hosted
275-
version: "0.3.0"
282+
version: "0.4.9"
276283
typed_data:
277284
dependency: transitive
278285
description:
@@ -286,7 +293,7 @@ packages:
286293
name: vector_math
287294
url: "https://pub.dartlang.org"
288295
source: hosted
289-
version: "2.1.0"
296+
version: "2.1.2"
290297
win32:
291298
dependency: transitive
292299
description:
@@ -302,5 +309,5 @@ packages:
302309
source: hosted
303310
version: "0.2.0"
304311
sdks:
305-
dart: ">=2.13.0 <3.0.0"
312+
dart: ">=2.17.0-0 <3.0.0"
306313
flutter: ">=1.20.0"

pubspec.lock

+19-19
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.6.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,14 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -42,14 +42,14 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0"
52+
version: "1.3.0"
5353
ffi:
5454
dependency: transitive
5555
description:
@@ -80,21 +80,28 @@ packages:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.12.10"
83+
version: "0.12.11"
84+
material_color_utilities:
85+
dependency: transitive
86+
description:
87+
name: material_color_utilities
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "0.1.4"
8491
meta:
8592
dependency: transitive
8693
description:
8794
name: meta
8895
url: "https://pub.dartlang.org"
8996
source: hosted
90-
version: "1.3.0"
97+
version: "1.7.0"
9198
path:
9299
dependency: "direct main"
93100
description:
94101
name: path
95102
url: "https://pub.dartlang.org"
96103
source: hosted
97-
version: "1.8.0"
104+
version: "1.8.1"
98105
path_provider:
99106
dependency: "direct main"
100107
description:
@@ -162,7 +169,7 @@ packages:
162169
name: source_span
163170
url: "https://pub.dartlang.org"
164171
source: hosted
165-
version: "1.8.1"
172+
version: "1.8.2"
166173
stack_trace:
167174
dependency: transitive
168175
description:
@@ -197,21 +204,14 @@ packages:
197204
name: test_api
198205
url: "https://pub.dartlang.org"
199206
source: hosted
200-
version: "0.3.0"
201-
typed_data:
202-
dependency: transitive
203-
description:
204-
name: typed_data
205-
url: "https://pub.dartlang.org"
206-
source: hosted
207-
version: "1.3.0"
207+
version: "0.4.9"
208208
vector_math:
209209
dependency: transitive
210210
description:
211211
name: vector_math
212212
url: "https://pub.dartlang.org"
213213
source: hosted
214-
version: "2.1.0"
214+
version: "2.1.2"
215215
win32:
216216
dependency: transitive
217217
description:
@@ -227,5 +227,5 @@ packages:
227227
source: hosted
228228
version: "0.2.0"
229229
sdks:
230-
dart: ">=2.13.0 <3.0.0"
230+
dart: ">=2.17.0-0 <3.0.0"
231231
flutter: ">=1.20.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pytorch_mobile
22
description: A flutter plugin for pytorch model inference. Supports image models as well as custom models.
3-
version: 0.2.1
3+
version: 0.2.2
44
homepage: https://github.com/fynnmaarten/flutter_pytorch_mobile
55

66
environment:

0 commit comments

Comments
 (0)