PG SDK Kit for Flutter (Getepay Payment Gateway)
PG SDK Kit by Getepay is a lightweight and secure Flutter SDK for seamless integration with the Getepay Payment Gateway. It supports multiple payment modes including UPI, Google Pay, PhonePe, Paytm, and more.
✨ Features
- 🔐 Secure payment gateway integration
- 📱 UPI, Google Pay, PhonePe, Paytm support
- 🔁 Single & multi-payment transaction support
- 🔧 Customizable callback handling
- ✅ AES encryption
- 🔍 Detailed transaction response (including settlement info)
🚀 Getting Started
1. Install the package
Add this to your pubspec.yaml:
dependencies:
getepay_pg_kit: ^1.0.8
Libraries
- bin/bloc/pg_bloc
- bin/encrypt/aes_convert
- bin/encrypt/signature
- bin/model/pg_invoice_response
- bin/model/pg_link_response
- bin/model/pg_request
- bin/model/pg_status_request
- bin/networking/api_interceptor
- bin/networking/api_response_model
- bin/networking/api_url
- bin/networking/http_client
- bin/networking/network_exception
- bin/networking/pg_constants
- bin/payment_bottom_sheet
- bin/pg_web_view
- bin/pg_web_view_mobile
- bin/pg_web_view_web
- bin/repo/pg_repo
- bin/util/check_internet
- main
- pg_kit