Commit 45a5b089 authored by Javokhir's avatar Javokhir
Browse files

Publish 1.2.4 version

parent 347df4f3
## 1.2.4
* 🔨 Resolved CameraX Preview static screen: Addressed an issue causing the CameraX preview to display a static screen on specific devices.
## 1.2.3
* 🔨 Fixed a bug in Android where retrieving a drawable resource by its name caused errors or returned "name is null" error.
......
......@@ -9,7 +9,7 @@ MyID SDK flutter plugin.
- [SDK error codes](#sdk-error-codes)
- [Theme](#theme)
Android SDK: `1.1.0`
Android SDK: `1.1.1`
iOS SDK: `2.3.1`
......
......@@ -49,5 +49,5 @@ android {
}
dependencies {
implementation("uz.myid.sdk.capture:myid-flutter-capture-sdk:1.1.0")
implementation("uz.myid.sdk.capture:myid-flutter-capture-sdk:1.1.1")
}
\ No newline at end of file
......@@ -121,7 +121,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.3"
version: "1.2.4"
path:
dependency: transitive
description:
......
name: myid
description: MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version: 1.2.3
version: 1.2.4
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment