1. Get the SDK

The Flutter SDK is hosted on https://pub.dev/ you can get the sdk here.
The example app is located here.

Requirements

Our Flutter SDK supports Android SDK version 19 and above and iOS minimum deployment target of 11 and above

Installation

Open your project's pubspec.yaml and add the following under dependencies:

flutter_cashfree_pg_sdk: ^0.0.1+1

iOS

Add this to your application's info.plist file

<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>phonepe</string>
<string>tez</string>
<string>paytm</string>
<string>bhim</string>
</array>