Commit 4ba650d9 authored by Javokhir's avatar Javokhir
Browse files

1.1.9

parent 8796b479
## 1.1.9
* Upgrade Android SDK to 1.0.7.
* Upgrade iOS SDK to 2.2.9.
## 1.1.8 ## 1.1.8
* 🔨 Addressed identification bug on iPhone 7 and earlier devices. * 🔨 Addressed identification bug on iPhone 7 and earlier devices.
......
...@@ -52,7 +52,7 @@ class MyIdPlugin : FlutterPlugin, MethodCallHandler, ActivityAware { ...@@ -52,7 +52,7 @@ class MyIdPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
private fun onAttachedToEngine(context: Context, messenger: BinaryMessenger) { private fun onAttachedToEngine(context: Context, messenger: BinaryMessenger) {
applicationContext = context applicationContext = context
methodChannel = MethodChannel(messenger, "myid") methodChannel = MethodChannel(messenger, "myid_uz")
methodChannel.setMethodCallHandler(this) methodChannel.setMethodCallHandler(this)
activityListener = MyIdSdkActivityListener(myIdClient) activityListener = MyIdSdkActivityListener(myIdClient)
myIdSdk = MyIdSdk(myIdClient, activityListener) myIdSdk = MyIdSdk(myIdClient, activityListener)
......
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.1.8 version: 1.1.9
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
......
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