📦 Nomba Flutter Checkout
🚀 Nomba Flutter Checkout is a Flutter plugin that provides payment options to business to accept payment from their users.
Supports Android, iOS.
🚀 Installation
Add this to your pubspec.yaml
:
dependencies:
nomba_flutter: latest_version
📖 How to Use:
import 'package:nomba_flutter/nomba_flutter.dart';
final request = NombaManagerRequest(
accountId: "YOUR_NOMBA_ACCOUNT_ID",
amount: 50,
clientId: "YOUR_NOMBA_CLIENT_ID",
customerName: "customerName",
email: "email",
logo: 'assets/nomba.png',
);
final response = await NombaFlutter.instance.init(request: request);
👨💻 Contributing
Pull requests with bugfixes and new features are much appreciated. We'll be happy to review them and merge them once they're ready, as long as they contain change that fit within the vision of Nomba's iOS SDK and provide generally useful functionality.
Clone the repository to get started working on the project.
git clone https://github.com/kudi-inc/nomba_flutter_sdk.git