Skip to content

Commit ecee8fa

Browse files
committed
ScanbotSDK v1.2.0-beta1
1 parent d717e9c commit ecee8fa

File tree

4 files changed

+24
-21
lines changed

4 files changed

+24
-21
lines changed

clean-droid.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cd android && ./gradlew app:clean && cd ..

clean-ios.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
cd ios && rm -f Podfile.lock && rm -rf Pods/ && pod install && cd ..

pubspec.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.2"
10+
version: "2.5.0-nullsafety"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
17+
version: "2.1.0-nullsafety"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.0"
24+
version: "1.1.0-nullsafety.2"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.3"
31+
version: "1.2.0-nullsafety"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.0.1"
38+
version: "1.1.0-nullsafety"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.14.13"
45+
version: "1.15.0-nullsafety.2"
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.1.0"
59+
version: "1.1.0-nullsafety"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -87,21 +87,21 @@ packages:
8787
name: matcher
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.12.8"
90+
version: "0.12.10-nullsafety"
9191
meta:
9292
dependency: transitive
9393
description:
9494
name: meta
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "1.1.8"
97+
version: "1.3.0-nullsafety.2"
9898
path:
9999
dependency: transitive
100100
description:
101101
name: path
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "1.7.0"
104+
version: "1.8.0-nullsafety"
105105
path_provider:
106106
dependency: "direct main"
107107
description:
@@ -122,7 +122,7 @@ packages:
122122
name: scanbot_sdk
123123
url: "https://pub.dartlang.org"
124124
source: hosted
125-
version: "1.1.4"
125+
version: "1.2.0-beta1"
126126
sky_engine:
127127
dependency: transitive
128128
description: flutter
@@ -134,56 +134,56 @@ packages:
134134
name: source_span
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "1.7.0"
137+
version: "1.8.0-nullsafety"
138138
stack_trace:
139139
dependency: transitive
140140
description:
141141
name: stack_trace
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.9.5"
144+
version: "1.10.0-nullsafety"
145145
stream_channel:
146146
dependency: transitive
147147
description:
148148
name: stream_channel
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "2.0.0"
151+
version: "2.1.0-nullsafety"
152152
string_scanner:
153153
dependency: transitive
154154
description:
155155
name: string_scanner
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.0.5"
158+
version: "1.1.0-nullsafety"
159159
term_glyph:
160160
dependency: transitive
161161
description:
162162
name: term_glyph
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "1.1.0"
165+
version: "1.2.0-nullsafety"
166166
test_api:
167167
dependency: transitive
168168
description:
169169
name: test_api
170170
url: "https://pub.dartlang.org"
171171
source: hosted
172-
version: "0.2.17"
172+
version: "0.2.19-nullsafety"
173173
typed_data:
174174
dependency: transitive
175175
description:
176176
name: typed_data
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "1.2.0"
179+
version: "1.3.0-nullsafety.2"
180180
vector_math:
181181
dependency: transitive
182182
description:
183183
name: vector_math
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "2.0.8"
186+
version: "2.1.0-nullsafety.2"
187187
sdks:
188-
dart: ">=2.9.0-14.0.dev <3.0.0"
188+
dart: ">=2.10.0-0.0.dev <2.10.0"
189189
flutter: ">=1.10.0 <2.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222

23-
scanbot_sdk: ^1.1.4
23+
scanbot_sdk: 1.2.0-beta1
2424
cupertino_icons: ^0.1.2
2525
path_provider: ^1.3.0
2626
image_picker: 0.6.2+1

0 commit comments

Comments
 (0)