plumcheck_flutter_sdk 0.0.7 copy "plumcheck_flutter_sdk: ^0.0.7" to clipboard
plumcheck_flutter_sdk: ^0.0.7 copied to clipboard

Plumcheck SDK Flutter project.

0.0.1 #

Initial Release. It contails:

  • initial sdk package
  • basic webview
  • functions to pass User Identity Verification process
  • functions to get user authorization and IV status
  • example app that uses this sdk

0.0.2 #

It contails:

  • Fix sdk sandbox env

0.0.3 #

Authorization changes:

  • The SDK's initialization method has been updated to use a new notation: sdk.init(accessToken, onTokenExpired). This method now accepts the access token and the token expiration callback directly.
  • The sdk.authorize and sdk.isAuthorized methods have been removed from the SDK. Authorization and token refresh are now managed by the partner's backend. The SDK now operates as a consumer, strictly using the provided accessToken.
  • The demo application and technical documentation have been updated to reflect the new SDK API changes.

0.0.4 #

It contails:

  • Health Data related functions
  • getIDVStatus -> getIDVFlowStatus (renaming)
  • getUserProfile method added.
  • idv.dart -> verification.dart model file renaming
  • IDVResponse -> VerificationFlowResponse class renaming

0.0.5 #

It contails:

  • 3rd-party dependencies update

0.0.6 #

It contails:

  • consent type definition improvements

0.0.7 #

It contails:

  • new visual styles for webview dialogs
  • ability to control webview dialogs heigth. Default value used if not provided.