flutter_dojah_financial 0.1.6 copy "flutter_dojah_financial: ^0.1.6" to clipboard
flutter_dojah_financial: ^0.1.6 copied to clipboard

A webview implementation of dojah financial. Dojah helps all companies build fintech solutions by making it easy, safe and reliable for people to connect their financial data to apps and services..




 final DojahFinancial _dojahFinancial = DojahFinancial(
    appId: 'xxxxxxxxxxxxxxx', //required
    publicKey: 'prod_pk_xxxxxxxxxxxxxx', //required
    type : 'custom'  //link, identification, verification, liveness, payment (required)
    amount : 100, // (optional) used for Payment widget only
    userData,    //object
    metaData,    //object (optional)
    config,  //object (optional)
    referenceId,    //NB: referenceId length must be more that 10 characters 
  );

  _dojahFinancial.open(context, onSuccess: (result) {
    print('$result');
  }, onError: (err) {
    print('error: $err');
  });

Additional information #

2
likes
80
pub points
65%
popularity

Publisher

unverified uploader

A webview implementation of dojah financial. Dojah helps all companies build fintech solutions by making it easy, safe and reliable for people to connect their financial data to apps and services..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_inappwebview, location, permission_handler

More

Packages that depend on flutter_dojah_financial