flutter_kushki_library 0.0.5 copy "flutter_kushki_library: ^0.0.5" to clipboard
flutter_kushki_library: ^0.0.5 copied to clipboard

This plugin has been created with the purpose of implementing the native kushki libraries

flutter_kushki_library #

This plugin has been created with the purpose of implementing the native kushki libraries.

Getting Started #

Initializer, this should be called before any other process

{initKushki(String publicMerchantId, KushkiCurrency currency = KushkiCurrency.USD, KushkiEnv env = KushkiEnv.TESTING)}
returns KushkiResponse {code SUCCESS | ERROR, message String}

Tokenize a subscription token card

{requestSubscriptionToken(KushkiCard card)}
returns KushkiResponse {code SUCCESS | ERROR, token String, message String}

Web Config #

If you want to implement KUSHKI from kushki.js, you must add Kushki cdn script at project file index.html, before main.dart.js
<script src="https://cdn.kushkipagos.com/kushki.min.js"></script>
4
likes
40
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin has been created with the purpose of implementing the native kushki libraries

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on flutter_kushki_library