mocobaas_pkg 0.0.15 icon indicating copy to clipboard operation
mocobaas_pkg: ^0.0.15 copied to clipboard

Mocobaas Client for Flutter Project

mocobaas_pkg #

Mocobaas client for flutter

Getting Started #

String appUrl = "https://example.xyz";
    var opt = MocoOpts.fromJson({
      "options": {
        "payloadEncryption": {
          "enforcement": []
        },
        "tokenStorageKeyPrefix" : "customKeyPrefix."
      }
    });
    var client = Moco(appUrl, options: opt);
    
2
likes
70
pub points
0%
popularity

Publisher

unverified uploader

Mocobaas Client for Flutter Project

Homepage

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

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

More

Packages that depend on mocobaas_pkg