AnyPay Razorpay Adapter
anypay_razorpay is a Razorpay adapter for the AnyPay Flutter plugin.
It allows developers to integrate Razorpay payments using the unified AnyPay API, while keeping UI fully under the developer's control.
Features
- Unified API through AnyPay:
AnyPay.charge() - Adapter-based Razorpay integration
- Handles payment statuses:
successfailedpendingerror
- No forced UI – developer decides how to display payment results
- Lightweight and easy to integrate
Installation
Add this to your pubspec.yaml:
dependencies:
anypay_razorpay: <latest_version>