flutter_cashfree_pg_sdk 2.1.2+32 copy "flutter_cashfree_pg_sdk: ^2.1.2+32" to clipboard
flutter_cashfree_pg_sdk: ^2.1.2+32 copied to clipboard

This is a new integration provided by Cashfree. If you are integrating with Cashfree PG for the first time, we recommend that you use this integration.

Cashfree Flutter SDK Sample #

GitHub Discord GitHub last commit (branch) GitHub release (with filter) Maven Central GitHub forks Build GitHub Repo stars

Sample Banner Image

Description #

Sample integration project for Cashfree Payment Gateway's Flutter SDK, facilitating seamless and secure payment processing within your Flutter application.

Documentation #

The Cashfree Flutter SDK allows you to integrate Cashfree Payment Gateway into your application and start collecting payments from your customers. It has been designed to minimise the complexity of handling and integrating payments in your Flutter project.

Getting Started #

Please replace the values for orderId, token (Payment Session ID) and environment values in the example flutter project inside the repo and run.


  String orderId =  "ORDER_ID"; // replace with actual value
  String paymentSessionId =  "PAYMENT_SESSION_ID" // replace with actual value
  CFEnvironment environment = CFEnvironment.PRODUCTION;  // replace with actual value

| Please refer our official flutter documentation here.

Getting help #

If you have questions, concerns, bug reports, etc, you can reach out to us using one of the following

  1. File an issue in this repository's Issue Tracker.
  2. Send a message in our discord channel. Join our discord server to get connected instantly.
  3. Send an email to care@cashfree.com

Getting involved #

For general instructions on how to contribute please refer to CONTRIBUTING.


Open source licensing and other misc info #

  1. LICENSE
  2. CODE OF CONDUCT
22
likes
110
pub points
93%
popularity

Publisher

verified publishercashfree.com

This is a new integration provided by Cashfree. If you are integrating with Cashfree PG for the first time, we recommend that you use this integration.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, http, js, plugin_platform_interface

More

Packages that depend on flutter_cashfree_pg_sdk