Skip to content

Commit add12fd

Browse files
committed
1 parent 595c37e commit add12fd

File tree

6 files changed

+35
-73
lines changed

6 files changed

+35
-73
lines changed

Libraries.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.0:
2+
Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.3:
33

44
json_serializable version 3.2.0 and json_annotation version 3.0.0
55
(https://github.com/dart-lang/json_serializable/blob/master/LICENSE)

ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ SPEC CHECKSUMS:
3838

3939
PODFILE CHECKSUM: e45c292f618eeca3034958d33b444b6e1249b55f
4040

41-
COCOAPODS: 1.8.4
41+
COCOAPODS: 1.9.2

ios/Runner.xcodeproj/project.pbxproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
TargetAttributes = {
186186
97C146ED1CF9000F007C117D = {
187187
CreatedOnToolsVersion = 7.3.1;
188+
DevelopmentTeam = FRUPYT6KB3;
188189
LastSwiftMigration = 0910;
189190
};
190191
};
@@ -395,7 +396,7 @@
395396
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
396397
CLANG_ENABLE_MODULES = YES;
397398
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
398-
DEVELOPMENT_TEAM = "";
399+
DEVELOPMENT_TEAM = FRUPYT6KB3;
399400
ENABLE_BITCODE = NO;
400401
FRAMEWORK_SEARCH_PATHS = (
401402
"$(inherited)",
@@ -530,7 +531,7 @@
530531
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
531532
CLANG_ENABLE_MODULES = YES;
532533
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
533-
DEVELOPMENT_TEAM = "";
534+
DEVELOPMENT_TEAM = FRUPYT6KB3;
534535
ENABLE_BITCODE = NO;
535536
FRAMEWORK_SEARCH_PATHS = (
536537
"$(inherited)",
@@ -559,7 +560,7 @@
559560
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
560561
CLANG_ENABLE_MODULES = YES;
561562
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
562-
DEVELOPMENT_TEAM = "";
563+
DEVELOPMENT_TEAM = FRUPYT6KB3;
563564
ENABLE_BITCODE = NO;
564565
FRAMEWORK_SEARCH_PATHS = (
565566
"$(inherited)",

lib/ui/operations_page_widget.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class PagesPreviewWidgetState extends State<PagesPreviewWidget> {
170170
// polygonLineWidth: 10,
171171
cancelButtonTitle: "Cancel",
172172
doneButtonTitle: "Save",
173-
// ...
173+
// See further configs ...
174174
);
175175
var result = await ScanbotSdkUi.startCroppingScreen(page, config);
176176
if (isOperationSuccessful(result) && result.page != null) {

pubspec.lock

+27-62
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,62 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
archive:
5-
dependency: transitive
6-
description:
7-
name: archive
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.0.13"
11-
args:
12-
dependency: transitive
13-
description:
14-
name: args
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.6.0"
184
async:
195
dependency: transitive
206
description:
217
name: async
228
url: "https://pub.dartlang.org"
239
source: hosted
24-
version: "2.4.1"
10+
version: "2.4.2"
2511
boolean_selector:
2612
dependency: transitive
2713
description:
2814
name: boolean_selector
2915
url: "https://pub.dartlang.org"
3016
source: hosted
3117
version: "2.0.0"
32-
charcode:
18+
characters:
3319
dependency: transitive
3420
description:
35-
name: charcode
21+
name: characters
3622
url: "https://pub.dartlang.org"
3723
source: hosted
38-
version: "1.1.3"
39-
collection:
24+
version: "1.0.0"
25+
charcode:
4026
dependency: transitive
4127
description:
42-
name: collection
28+
name: charcode
4329
url: "https://pub.dartlang.org"
4430
source: hosted
45-
version: "1.14.12"
46-
convert:
31+
version: "1.1.3"
32+
clock:
4733
dependency: transitive
4834
description:
49-
name: convert
35+
name: clock
5036
url: "https://pub.dartlang.org"
5137
source: hosted
52-
version: "2.1.1"
53-
crypto:
38+
version: "1.0.1"
39+
collection:
5440
dependency: transitive
5541
description:
56-
name: crypto
42+
name: collection
5743
url: "https://pub.dartlang.org"
5844
source: hosted
59-
version: "2.1.4"
45+
version: "1.14.13"
6046
cupertino_icons:
6147
dependency: "direct main"
6248
description:
6349
name: cupertino_icons
6450
url: "https://pub.dartlang.org"
6551
source: hosted
6652
version: "0.1.2"
53+
fake_async:
54+
dependency: transitive
55+
description:
56+
name: fake_async
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "1.1.0"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -74,13 +67,6 @@ packages:
7467
description: flutter
7568
source: sdk
7669
version: "0.0.0"
77-
image:
78-
dependency: transitive
79-
description:
80-
name: image
81-
url: "https://pub.dartlang.org"
82-
source: hosted
83-
version: "2.1.12"
8470
image_picker:
8571
dependency: "direct main"
8672
description:
@@ -101,7 +87,7 @@ packages:
10187
name: matcher
10288
url: "https://pub.dartlang.org"
10389
source: hosted
104-
version: "0.12.6"
90+
version: "0.12.8"
10591
meta:
10692
dependency: transitive
10793
description:
@@ -115,42 +101,28 @@ packages:
115101
name: path
116102
url: "https://pub.dartlang.org"
117103
source: hosted
118-
version: "1.6.4"
104+
version: "1.7.0"
119105
path_provider:
120106
dependency: "direct main"
121107
description:
122108
name: path_provider
123109
url: "https://pub.dartlang.org"
124110
source: hosted
125111
version: "1.4.0"
126-
petitparser:
127-
dependency: transitive
128-
description:
129-
name: petitparser
130-
url: "https://pub.dartlang.org"
131-
source: hosted
132-
version: "2.4.0"
133112
platform:
134113
dependency: transitive
135114
description:
136115
name: platform
137116
url: "https://pub.dartlang.org"
138117
source: hosted
139118
version: "2.2.1"
140-
quiver:
141-
dependency: transitive
142-
description:
143-
name: quiver
144-
url: "https://pub.dartlang.org"
145-
source: hosted
146-
version: "2.1.3"
147119
scanbot_sdk:
148120
dependency: "direct main"
149121
description:
150122
name: scanbot_sdk
151123
url: "https://pub.dartlang.org"
152124
source: hosted
153-
version: "1.1.2"
125+
version: "1.1.3"
154126
sky_engine:
155127
dependency: transitive
156128
description: flutter
@@ -169,7 +141,7 @@ packages:
169141
name: stack_trace
170142
url: "https://pub.dartlang.org"
171143
source: hosted
172-
version: "1.9.3"
144+
version: "1.9.5"
173145
stream_channel:
174146
dependency: transitive
175147
description:
@@ -197,28 +169,21 @@ packages:
197169
name: test_api
198170
url: "https://pub.dartlang.org"
199171
source: hosted
200-
version: "0.2.15"
172+
version: "0.2.17"
201173
typed_data:
202174
dependency: transitive
203175
description:
204176
name: typed_data
205177
url: "https://pub.dartlang.org"
206178
source: hosted
207-
version: "1.1.6"
179+
version: "1.2.0"
208180
vector_math:
209181
dependency: transitive
210182
description:
211183
name: vector_math
212184
url: "https://pub.dartlang.org"
213185
source: hosted
214186
version: "2.0.8"
215-
xml:
216-
dependency: transitive
217-
description:
218-
name: xml
219-
url: "https://pub.dartlang.org"
220-
source: hosted
221-
version: "3.6.1"
222187
sdks:
223-
dart: ">=2.6.0 <3.0.0"
188+
dart: ">=2.9.0-14.0.dev <3.0.0"
224189
flutter: ">=1.10.0 <2.0.0"

pubspec.yaml

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

23-
# The following adds the Cupertino Icons font to your application.
24-
# Use with the CupertinoIcons class for iOS style icons.
23+
scanbot_sdk: ^1.1.3
2524
cupertino_icons: ^0.1.2
26-
27-
scanbot_sdk: ^1.1.2
28-
2925
path_provider: ^1.3.0
3026
image_picker: 0.6.2+1
3127

0 commit comments

Comments
 (0)