0 purchases
slaba pro
slaba_pro #
A new flutter plugin project.
Made by Samuel Adekunle x O'Bounce Technologies,
Install and import the package. Then just customize its parameters.
dependencies:
flutter:
sdk: flutter
slaba_pro: ^1.0.1
copied to clipboard
Make use of the package like this:
OneAppPlugin().getPaymentUI(
context,
amount: 1000.00,
email: '[email protected]',
currency: 'NGN',
firstName: 'Samuel',
lastName: 'Adekunle',
phoneNumber: '09011111111',
secretKey: 'secret-key-0000000XXXXXXX',
);
copied to clipboard
No other configuration required—the plugin works out of the box.
▶️ Running Example project #
For help getting started with Flutter, view the online documentation.
An example project has been provided in this plugin.
Clone this repo and navigate to the example folder. Open it with a supported IDE or execute flutter run from that folder in terminal.
📝 Contributing, 😞 Issues and 🐛 Bug Reports #
The project is open to public contribution. Please feel very free to contribute.
Experienced an issue or want to report a bug? Please, report it here. Remember to be as descriptive as possible.
"# slaba_pro"
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.