File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.3 :
2
+ Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.4 :
3
3
4
4
json_serializable version 3.2.0 and json_annotation version 3.0.0
5
5
(https://github.com/dart-lang/json_serializable/blob/master/LICENSE)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ void main() => runApp(MyApp());
27
27
// Please note: The Scanbot SDK will run without a license key for one minute per session!
28
28
// After the trial period is over all Scanbot SDK functions as well as the UI components will stop working
29
29
// or may be terminated. You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
30
- // Please submit the trial license form (https://scanbot.io/sdk/trial.html ) on our website by using
30
+ // Please submit the trial license form (https://scanbot.io/en/ sdk/demo/ trial) on our website by using
31
31
// the app identifier "io.scanbot.example.sdk.flutter" of this example app or of your app.
32
32
const SCANBOT_SDK_LICENSE_KEY = "" ;
33
33
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ packages:
122
122
name: scanbot_sdk
123
123
url: "https://pub.dartlang.org"
124
124
source: hosted
125
- version: "1.1.3 "
125
+ version: "1.1.4 "
126
126
sky_engine:
127
127
dependency: transitive
128
128
description: flutter
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
flutter :
21
21
sdk : flutter
22
22
23
- scanbot_sdk : ^1.1.3
23
+ scanbot_sdk : ^1.1.4
24
24
cupertino_icons : ^0.1.2
25
25
path_provider : ^1.3.0
26
26
image_picker : 0.6.2+1
You can’t perform that action at this time.
0 commit comments