CashIt Flutter SDK
This SDK allows you to:
- Deposit cheques via CashIt
- Issue digital cheques (with SHA256)
- Verify cheque authenticity and expiry
Installation
Add to pubspec.yaml:
cashit_sdk_flutter:
git:
url: https://github.com/tekkuhq/cashit_sdk_flutter.git
Example
final sdk = CashItSDK(apiKey: 'your_api_key', baseUrl: 'https://api.cashit.ng');
final ref = await sdk.depositCheque(...);