progbonus_vendor_client 0.0.3 copy "progbonus_vendor_client: ^0.0.3" to clipboard
progbonus_vendor_client: ^0.0.3 copied to clipboard

Flutter package for ProgBonus Vendor Clients app.

Flutter package for ProgBonus Vendor Clients app.

Features #

  • Get customer information
  • Get customer's bonus information

Getting started #

import 'package:progbonus_vendor_client/progbonus_vendor_client.dart';

Usage #

Get.lazyPut<IProgBonusClient>(
    () => ProgBonusClient(
      baseUrl: Get.find<IAppConfig>().PROGBONUS_API_URL,
      tenantsId: Get.find<IAppConfig>().PROGBONUS_TENANT_ID,
      secret: Get.find<IAppConfig>().PROGBONUS_TENANT_SECRET,
      getAccessToken: () {
        final accessToken = Get.find<AuthService>().idToken;
        return accessToken;
      },
    ),
  );

Additional information #

Contact us https://progbonus.ru

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Flutter package for ProgBonus Vendor Clients app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, equatable, fluent_result, flutter, http

More

Packages that depend on progbonus_vendor_client