kozen_p 0.0.1
kozen_p: ^0.0.1 copied to clipboard
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_pThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kozen_p: ^0.0.1Alternatively, 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';