mocobaas_pkg 0.0.17 copy "mocobaas_pkg: ^0.0.17" to clipboard
mocobaas_pkg: ^0.0.17 copied to clipboard

Mocobaas Client for Flutter Project

[0.0.17] - x-app-id on request #

  • add x-app-id headers on request

[0.0.16] - add custom headers #

  • with this update it is now possible to add custom headers when invoke api or graphql requests

[0.0.15] - fix #

  • bug fix

[0.0.14] - fix #

  • bug fix

[0.0.13] - fix #

  • fix

[0.0.12] - refactor eventCallback #

  • remove callback for error code BADAUTH & BADREQ
  • update callback for error code IVREF

[0.0.11] - callback invalid_token #

  • add callback for invalid_token

[0.0.10] - callback invalid_auth #

  • add callback for invalid_auth

[0.0.9] - options to add eventCallback #

  • add eventCallback to options
{
      "options": {
        "payloadEncryption": {
          "enforcement": []
        },
        "tokenStorageKeyPrefix" : "FlutterKeyPrefix."
        "eventCallback": (evt) {
          return evt;
        }
      }
}

[0.0.8] - anonymous for remote function #

  • enable single payload mode for invoke method

[0.0.7] - function to get token, opts for prefix key name #

  • new function getAccessToken, getRefreshToken, getExpiry
  • new moco options prefix key name
{
      "options": {
        "payloadEncryption": {
          "enforcement": []
        },
        "tokenStorageKeyPrefix" : "FlutterKeyPrefix."
      }
}

[0.0.6] - anonymous for remote function #

  • conditional for anonymous function

[0.0.5] - payload encryption feature #

  • add payload encryption request

[0.0.4] - register Oauth response fix. #

  • make type of attributes from register response to dynamic.

[0.0.3] - login oauth response fix. #

  • make type of attributes from login response to dynamic.

[0.0.2] - refresh token request. #

  • add refresh token mechanism for request.

[0.0.1] - init release. #

  • Init release.
2
likes
90
pub points
17%
popularity

Publisher

unverified uploader

Mocobaas Client for Flutter Project

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

convert, cryptography, dio, elliptic, fk_user_agent, flutter, jwk, ninja, package_info_plus, shared_preferences

More

Packages that depend on mocobaas_pkg