-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated dependencies * updated injector * updated polygonidlib to v2.1.1 * fixing selective disclosure * fix wrong proof type claims returned in the get claims use case * improve performance * cache schema * updated c-lib for iOS and Android * added double as valid query value type * get schema with Dio and caching it, checking if result type Map or String * added DateTime check on String query value * fixed problem with nested keys * added the method to clean schema cache manually * update ios libraries with ASM and parallelization, some fixes in ffasm and fr and fq * logger() instead of print() * Stacktrace stream manager * stacktrace step as stream and complete stacktrace as string * error trace * stacktrace/error reporting, added more events * changed name to StacktraceManager and added more stacktrace * cleaned params passed to stacktrace from the usecases * hive db used to persist the stacktrace * removed deprecated logger level trace v and wtf * resolve flutter analyzer issues * increment sdk version number * hotfix bug with sembast [2] codec signature error * SDK improvements * parallelization and execution time tracking in debug mode * fixed bug with new version of encrypt library * removed caching of DB * closing database after a transaction * profiles storing * profiles did connections storing * hotfix bug with sembast [2] codec signature error * Removed the possibility of exposing sensitive data if stacktrace is enabled * Moved stacktrace and error to dedicated class * fix errorHandling dependency injection, get the method sync instead of async * added challenge to authenticate method, needed if we want to add to the proof the challenge when we are trying to authenticate with on-chain circuits * new libpolygonid library * throw exception if wrong schema format * added a message string to Invalid proof reqeuest exception * added utc format to _isDateTime check * removed did check from test ( not used actually ) --------- Co-authored-by: Raul J <[email protected]> Co-authored-by: Dmytro Sukhyi <[email protected]>
- Loading branch information
1 parent
c65578c
commit ea76f85
Showing
181 changed files
with
4,817 additions
and
1,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
# Polygon ID Flutter SDK | ||
|
||
[![pub package](https://img.shields.io/badge/pub-2.2.7-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk) | ||
[![pub package](https://img.shields.io/badge/pub-2.2.8-blueviolet)](https://pub.dev/packages/polygonid_flutter_sdk) | ||
[![build](https://github.com/iden3/polygonid-flutter-sdk/workflows/polygonid_flutter_sdk/badge.svg)](https://github.com/iden3/polygonid-flutter-sdk/actions?query=workflow%3Apolygonid_flutter_sdk) | ||
[![codecov](https://codecov.io/gh/iden3/polygonid-flutter-sdk/branch/develop/graph/badge.svg?token=0SI0XWGXKL)](https://codecov.io/gh/iden3/polygonid-flutter-sdk) | ||
[![license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/iden3/polygonid-flutter-sdk/blob/master/LICENSE-APACHE) | ||
|
@@ -30,7 +30,7 @@ If you want to test a specific branch of the repository, pull `polygonid_flutter | |
dependencies: | ||
polygonid_flutter_sdk: | ||
git: | ||
url: ssh://[email protected]/iden3/polygonid-flutter-sdk.git | ||
url: ssh://[email protected]/0xPolygonID/polygonid-flutter-sdk.git | ||
ref: branchPathName | ||
``` | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
example/lib/src/presentation/ui/claims/mappers/claim_model_mapper.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.