Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Flutter SDK
Commits
6e960e1c
Commit
6e960e1c
authored
Nov 02, 2024
by
Javokhir
Browse files
Updated
parent
8bd7073e
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6e960e1c
## 1.2.7
*
🔨 Resolved problem that occurs if daylight saving time starts exactly on midnight, as it was the case in Moscow in the years 1981–1984.
## 1.2.6
## 1.2.6
*
🔨 Resolved problem: Requires the Google Play store but it is missing
*
🔨 Resolved problem: Requires the Google Play store but it is missing
...
...
LICENSE
View file @
6e960e1c
The MIT License (MIT)
The MIT License (MIT)
Copyright (c) 202
0
Copyright (c) 202
4
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
android/build.gradle
View file @
6e960e1c
...
@@ -49,5 +49,5 @@ android {
...
@@ -49,5 +49,5 @@ android {
}
}
dependencies
{
dependencies
{
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.
5
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.
6
"
)
}
}
\ No newline at end of file
example/ios/Podfile.lock
View file @
6e960e1c
...
@@ -2,8 +2,8 @@ PODS:
...
@@ -2,8 +2,8 @@ PODS:
- Flutter (1.0.0)
- Flutter (1.0.0)
- myid (1.1.2):
- myid (1.1.2):
- Flutter
- Flutter
- MyIdSDK (= 2.3.
3
)
- MyIdSDK (= 2.3.
4
)
- MyIdSDK (2.3.
3
)
- MyIdSDK (2.3.
4
)
DEPENDENCIES:
DEPENDENCIES:
- Flutter (from `Flutter`)
- Flutter (from `Flutter`)
...
@@ -20,9 +20,9 @@ EXTERNAL SOURCES:
...
@@ -20,9 +20,9 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/myid/ios"
:path: ".symlinks/plugins/myid/ios"
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Flutter:
f04841e97a9d0b0a8025694d0796dd46242b2854
Flutter:
e0871f40cf51350855a761d2e70bf5af5b9b5de7
myid:
28814a8deab60a4544b72e0e3f3418c8195e1de4
myid:
f98dc85dd8e1ecdd31b33ed9daf4652dc5212403
MyIdSDK:
7e81df8dc44e318fee54591bb61de52a550cbf22
MyIdSDK:
334ccf16fab7c1ae0a08232f2269e989fa32ca3f
PODFILE CHECKSUM: 52781dfef5f5768442e4d2953d5b83f640ecec0c
PODFILE CHECKSUM: 52781dfef5f5768442e4d2953d5b83f640ecec0c
...
...
example/pubspec.lock
View file @
6e960e1c
...
@@ -137,7 +137,7 @@ packages:
...
@@ -137,7 +137,7 @@ packages:
path: ".."
path: ".."
relative: true
relative: true
source: path
source: path
version: "1.2.
6
"
version: "1.2.
7
"
path:
path:
dependency: transitive
dependency: transitive
description:
description:
...
@@ -224,5 +224,5 @@ packages:
...
@@ -224,5 +224,5 @@ packages:
source: hosted
source: hosted
version: "14.2.5"
version: "14.2.5"
sdks:
sdks:
dart: ">=3.
3.0
<4.0.0"
dart: ">=3.
5.3
<4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
flutter: ">=3.18.0-18.0.pre.54"
ios/Classes/MyIdSdk.swift
View file @
6e960e1c
...
@@ -178,7 +178,6 @@ public func buildMyIdConfig(
...
@@ -178,7 +178,6 @@ public func buildMyIdConfig(
config
.
cameraShape
=
cameraShape
config
.
cameraShape
=
cameraShape
config
.
cameraSelector
=
cameraSelector
config
.
cameraSelector
=
cameraSelector
config
.
resolution
=
resolution
config
.
resolution
=
resolution
config
.
withPhoto
=
withPhoto
config
.
appearance
=
appearance
config
.
appearance
=
appearance
config
.
organizationDetails
=
organizationDetails
config
.
organizationDetails
=
organizationDetails
config
.
distance
=
Float
(
distance
)
config
.
distance
=
Float
(
distance
)
...
...
ios/myid.podspec
View file @
6e960e1c
...
@@ -15,7 +15,7 @@ A new Flutter plugin.
...
@@ -15,7 +15,7 @@ A new Flutter plugin.
s
.
source
=
{
:path
=>
'.'
}
s
.
source
=
{
:path
=>
'.'
}
s
.
source_files
=
'Classes/**/*'
s
.
source_files
=
'Classes/**/*'
s
.
dependency
'Flutter'
s
.
dependency
'Flutter'
s
.
dependency
'MyIdSDK'
,
'2.3.
3
'
s
.
dependency
'MyIdSDK'
,
'2.3.
4
'
s
.
platform
=
:ios
,
'12.0'
s
.
platform
=
:ios
,
'12.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
...
...
pubspec.yaml
View file @
6e960e1c
name
:
myid
name
:
myid
description
:
MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
description
:
MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version
:
1.2.
6
version
:
1.2.
7
homepage
:
https://pub.dev/packages/myid
homepage
:
https://pub.dev/packages/myid
repository
:
https://pub.dev/packages/myid
repository
:
https://pub.dev/packages/myid
issue_tracker
:
https://gitlab.myid.uz/myid-public-code/myid-sample-flutter/-/issues
issue_tracker
:
https://gitlab.myid.uz/myid-public-code/myid-sample-flutter/-/issues
environment
:
environment
:
sdk
:
"
>=2.17.6
<4.0.0"
sdk
:
^3.5.3
flutter
:
"
>=
2.5
.0
"
flutter
:
'
>=
3.3
.0
'
dependencies
:
dependencies
:
flutter
:
flutter
:
...
@@ -17,7 +17,7 @@ dependencies:
...
@@ -17,7 +17,7 @@ dependencies:
dev_dependencies
:
dev_dependencies
:
flutter_test
:
flutter_test
:
sdk
:
flutter
sdk
:
flutter
flutter_lints
:
^
2
.0.0
flutter_lints
:
^
4
.0.0
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# following page: https://dart.dev/tools/pub/pubspec
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment