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
aaf6cc30
Commit
aaf6cc30
authored
Dec 21, 2023
by
Javokhir
Browse files
Updated
parent
a972166d
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
aaf6cc30
## 1.1.5
*
🔨 Fixed
`minAge`
bug on iOS.
## 1.1.4
## 1.1.4
*
Added new
`minAge: Int`
method for the minimum age to use the MyID service.
*
Added new
`minAge: Int`
method for the minimum age to use the MyID service.
...
...
example/ios/Podfile.lock
View file @
aaf6cc30
...
@@ -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.2.
4
)
- MyIdSDK (= 2.2.
5
)
- MyIdSDK (2.2.
4
)
- MyIdSDK (2.2.
5
)
DEPENDENCIES:
DEPENDENCIES:
- Flutter (from `Flutter`)
- Flutter (from `Flutter`)
...
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
...
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
myid:
3eef8e42f430e395372f2a9280f3395ad2338e82
myid:
f8f587902a1a8d9ae93bc1367f2f1d2eefa702d3
MyIdSDK:
81e6f467bfceb78fd6e03e97a62d8d643c01763
a
MyIdSDK:
c2e8d53860f9e24d575b1015cf5e17aa7af1895
a
PODFILE CHECKSUM: d2d0c48e19fdb89c13a2d43d11ebe4fb7ac441eb
PODFILE CHECKSUM: d2d0c48e19fdb89c13a2d43d11ebe4fb7ac441eb
...
...
ios/myid.podspec
View file @
aaf6cc30
...
@@ -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.2.
4
'
s
.
dependency
'MyIdSDK'
,
'2.2.
5
'
s
.
platform
=
:ios
,
'11.0'
s
.
platform
=
:ios
,
'11.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 @
aaf6cc30
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.
4
version
:
1.1.
5
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.aigroup.uz/myid-public-code/myid-sample-flutter/-/issues
issue_tracker
:
https://gitlab.aigroup.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