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
fc2e4d33
Commit
fc2e4d33
authored
Nov 11, 2024
by
Javokhir
Browse files
1.2.8 version published
parent
6e960e1c
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
fc2e4d33
## 1.2.8
*
Upgrade Android SDK to 2.3.7.
## 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.
...
...
README.md
View file @
fc2e4d33
...
...
@@ -9,7 +9,7 @@ MyID SDK flutter plugin.
-
[
SDK error codes
](
#sdk-error-codes
)
-
[
Theme
](
#theme
)
Android SDK:
`2.3.
5
`
Android SDK:
`2.3.
7
`
iOS SDK:
`2.3.3`
...
...
@@ -74,7 +74,6 @@ Method | Notes | Default
`resolution`
| To set a specific camera resolution | MyIdResolution.RESOLUTION_480
`imageFormat`
| To set a specific image format | MyIdImageFormat.PNG
`organizationDetails`
| Custom Organization Details | Optional
`withPhoto`
| Return SDK base64 | false
**Note 1.1.**
You can customize the screen for entering passport data and date of birth in your
application, in which case you can pass these parameters during initialization to the SDK, otherwise
...
...
android/build.gradle
View file @
fc2e4d33
...
...
@@ -2,7 +2,7 @@ group "uz.uzinfocom.myid"
version
"1.1.0"
buildscript
{
ext
.
kotlin_version
=
"1.
7
.21"
ext
.
kotlin_version
=
"1.
8
.21"
repositories
{
google
()
...
...
@@ -10,7 +10,7 @@ buildscript {
}
dependencies
{
classpath
"com.android.tools.build:gradle:
7.1.3
"
classpath
"com.android.tools.build:gradle:
8.0.2
"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
@@ -49,5 +49,5 @@ android {
}
dependencies
{
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk
-bundled
:2.3.
6
"
)
implementation
(
"uz.myid.sdk.capture:myid-capture-sdk:2.3.
7
"
)
}
\ No newline at end of file
android/gradle/wrapper/gradle-wrapper.properties
View file @
fc2e4d33
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.0-
bin
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.0-
all
.zip
networkTimeout
=
10000
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
example/android/app/build.gradle
View file @
fc2e4d33
...
...
@@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
namespace
"com.example.myid_example"
compileSdk
34
ndkVersion
flutter
.
ndkVersion
...
...
example/android/build.gradle
View file @
fc2e4d33
buildscript
{
ext
.
kotlin_version
=
"1.
7
.21"
ext
.
kotlin_version
=
"1.
8
.21"
repositories
{
google
()
mavenCentral
()
}
dependencies
{
classpath
"com.android.tools.build:gradle:
7.1.3
"
classpath
"com.android.tools.build:gradle:
8.0.2
"
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
fc2e4d33
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.4
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
8.0
-all.zip
\ No newline at end of file
example/pubspec.lock
View file @
fc2e4d33
...
...
@@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.
7
"
version: "1.2.
8
"
path:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
fc2e4d33
name
:
myid
description
:
MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version
:
1.2.
7
version
:
1.2.
8
homepage
:
https://pub.dev/packages/myid
repository
:
https://pub.dev/packages/myid
issue_tracker
:
https://gitlab.myid.uz/myid-public-code/myid-sample-flutter/-/issues
...
...
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