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
4ba650d9
Commit
4ba650d9
authored
Feb 22, 2024
by
Javokhir
Browse files
1.1.9
parent
8796b479
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4ba650d9
## 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.
...
...
android/src/main/kotlin/uz/uzinfocom/myid/MyIdPlugin.kt
View file @
4ba650d9
...
@@ -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
)
...
...
pubspec.yaml
View file @
4ba650d9
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
...
...
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