kozen_p 0.0.1 copy "kozen_p: ^0.0.1" to clipboard
kozen_p: ^0.0.1 copied to clipboard

PlatformAndroid

The kozen_p plugin is designed to facilitate interaction with specific payment processing features in Android via Flutter. This plugin provides methods to initiate transactions, load various keys (e.g [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kozen_p

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  kozen_p: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kozen_p/kozen_p.dart';
2
likes
130
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

The kozen_p plugin is designed to facilitate interaction with specific payment processing features in Android via Flutter. This plugin provides methods to initiate transactions, load various keys (e.g., PIN key, master key), and interact with the EMV (Europay, MasterCard, and Visa) transaction flow.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on kozen_p

Packages that implement kozen_p