Skip to content

Commit b706622

Browse files
author
liupandeng
committed
add: continuous scan barcode
1 parent e987852 commit b706622

File tree

2 files changed

+157
-7
lines changed

2 files changed

+157
-7
lines changed

example/pubspec.lock

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "3.2.0"
17+
version: "3.2.1"
1818
ai_barcode_platform_interface:
1919
dependency: transitive
2020
description:
21-
path: "../../ai_barcode_platform_interface"
22-
relative: true
23-
source: path
21+
name: ai_barcode_platform_interface
22+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
23+
source: hosted
24+
version: "3.0.1"
25+
ai_barcode_web:
26+
dependency: transitive
27+
description:
28+
name: ai_barcode_web
29+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
30+
source: hosted
2431
version: "3.0.1"
2532
air_design:
2633
dependency: "direct main"
@@ -78,6 +85,20 @@ packages:
7885
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
7986
source: hosted
8087
version: "1.16.0"
88+
crypto:
89+
dependency: transitive
90+
description:
91+
name: crypto
92+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
93+
source: hosted
94+
version: "3.0.2"
95+
csslib:
96+
dependency: transitive
97+
description:
98+
name: csslib
99+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
100+
source: hosted
101+
version: "0.17.2"
81102
cupertino_icons:
82103
dependency: "direct main"
83104
description:
@@ -102,6 +123,25 @@ packages:
102123
description: flutter
103124
source: sdk
104125
version: "0.0.0"
126+
flutter_web_plugins:
127+
dependency: transitive
128+
description: flutter
129+
source: sdk
130+
version: "0.0.0"
131+
html:
132+
dependency: transitive
133+
description:
134+
name: html
135+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
136+
source: hosted
137+
version: "0.15.0"
138+
js:
139+
dependency: transitive
140+
description:
141+
name: js
142+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
143+
source: hosted
144+
version: "0.6.4"
105145
matcher:
106146
dependency: transitive
107147
description:
@@ -151,6 +191,20 @@ packages:
151191
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
152192
source: hosted
153193
version: "2.1.2"
194+
qr:
195+
dependency: transitive
196+
description:
197+
name: qr
198+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
199+
source: hosted
200+
version: "2.1.0"
201+
qr_flutter:
202+
dependency: transitive
203+
description:
204+
name: qr_flutter
205+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
206+
source: hosted
207+
version: "4.0.0"
154208
sky_engine:
155209
dependency: transitive
156210
description: flutter
@@ -198,6 +252,27 @@ packages:
198252
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
199253
source: hosted
200254
version: "0.4.9"
255+
typed_data:
256+
dependency: transitive
257+
description:
258+
name: typed_data
259+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
260+
source: hosted
261+
version: "1.3.1"
262+
universal_html:
263+
dependency: transitive
264+
description:
265+
name: universal_html
266+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
267+
source: hosted
268+
version: "2.0.8"
269+
universal_io:
270+
dependency: transitive
271+
description:
272+
name: universal_io
273+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
274+
source: hosted
275+
version: "2.0.4"
201276
vector_math:
202277
dependency: transitive
203278
description:

pubspec.lock

Lines changed: 78 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ packages:
44
ai_barcode_platform_interface:
55
dependency: "direct main"
66
description:
7-
path: "../ai_barcode_platform_interface"
8-
relative: true
9-
source: path
7+
name: ai_barcode_platform_interface
8+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
9+
source: hosted
10+
version: "3.0.1"
11+
ai_barcode_web:
12+
dependency: "direct main"
13+
description:
14+
name: ai_barcode_web
15+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
16+
source: hosted
1017
version: "3.0.1"
1118
async:
1219
dependency: transitive
@@ -50,6 +57,20 @@ packages:
5057
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
5158
source: hosted
5259
version: "1.16.0"
60+
crypto:
61+
dependency: transitive
62+
description:
63+
name: crypto
64+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
65+
source: hosted
66+
version: "3.0.2"
67+
csslib:
68+
dependency: transitive
69+
description:
70+
name: csslib
71+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
72+
source: hosted
73+
version: "0.17.2"
5374
fake_async:
5475
dependency: transitive
5576
description:
@@ -74,6 +95,25 @@ packages:
7495
description: flutter
7596
source: sdk
7697
version: "0.0.0"
98+
flutter_web_plugins:
99+
dependency: transitive
100+
description: flutter
101+
source: sdk
102+
version: "0.0.0"
103+
html:
104+
dependency: transitive
105+
description:
106+
name: html
107+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
108+
source: hosted
109+
version: "0.15.0"
110+
js:
111+
dependency: transitive
112+
description:
113+
name: js
114+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
115+
source: hosted
116+
version: "0.6.4"
77117
lints:
78118
dependency: transitive
79119
description:
@@ -109,6 +149,20 @@ packages:
109149
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
110150
source: hosted
111151
version: "1.8.1"
152+
qr:
153+
dependency: transitive
154+
description:
155+
name: qr
156+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
157+
source: hosted
158+
version: "2.1.0"
159+
qr_flutter:
160+
dependency: transitive
161+
description:
162+
name: qr_flutter
163+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
164+
source: hosted
165+
version: "4.0.0"
112166
sky_engine:
113167
dependency: transitive
114168
description: flutter
@@ -156,6 +210,27 @@ packages:
156210
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
157211
source: hosted
158212
version: "0.4.9"
213+
typed_data:
214+
dependency: transitive
215+
description:
216+
name: typed_data
217+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
218+
source: hosted
219+
version: "1.3.1"
220+
universal_html:
221+
dependency: transitive
222+
description:
223+
name: universal_html
224+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
225+
source: hosted
226+
version: "2.0.8"
227+
universal_io:
228+
dependency: transitive
229+
description:
230+
name: universal_io
231+
url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/"
232+
source: hosted
233+
version: "2.0.4"
159234
vector_math:
160235
dependency: transitive
161236
description:

0 commit comments

Comments
 (0)