Packages for Payment Implementation

These Flutter packages for payment implementation provide everything you need to get started including in-app purchases (IAP) and subscriptions.

flutter_stripe_payment

To accept card payments, add Stripe to your Flutter application and use Payment Intents with Strong SCA 3DS Compliance.

cashfree_pg

This is the official Flutter plugin for integrating Cashfree PG with your app. It displays the payment page inside a webview.

flutter_paystack

A Paystack plugin for making payments via the Paystack Payment Gateway is available. It works on Android and iOS devices.

upi_pay

A Flutter plugin for launching UPI payment applications on Android and iOS in order to complete UPI payments.

stripe_sdk

The first and only native Stripe library for Flutter. It has comprehensive SCA/PSD2 support, payment intents, and the most recent Stripe features.

flutter_checkout_payment

This plugin is for online payment via Checkout. It has utilized the native SDKs to run on a Flutter environment.

safexpay

A library for creating a payment gateway with SafexPay

huawei_iap

The Huawei IAP Kit plugin for Flutter allows you to integrate the Huawei IAP Service into your Flutter application. The In-App Purchases (IAP) service provided by Huawei allows you to sell in-app items and makes it easier to accept payments.

flutter_paymentez

This is a Flutter package that has been added that utilizes the Android and iOS Paymentez SDK to add credit cards.

Similar Posts

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • Font and Emoji Packages

    font_awesome_flutter The Font Awesome Icon pack is available as Flutter Icons. It adds 1500 additional icons to your app, in addition to the default set of 500. flutter_font_icons As the name suggests, this is a collection of font icons built with Flutter. It includes all fonts from react-native-vector-icons and WeatherIcons. icon_font_generator Convert all icons in…

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…

  • Monetization Packages

    google_mobile_ads Google Mobile Ads may use the Flutter plugin, which supports banner, interstitial (full-screen), rewarded and native advertisements. unity_ads_plugin The Unity Ads plugin for Flutter Applications is a mobile game advertising platform. This plugin can show both Unity Banner Ads and Unity Video Ads. appodeal_flutter Appodeal is a Flutter plugin that displays advertisements on the…

  • Packages to Work with Firebase

    firebase Web and server libraries for Dart’s Firebase framework firebase_core The Firebase SDK for Flutter allows you to link your application to many different Firebase applications. cloud_functions A Firebase Cloud Functions plugin for Flutter. fcm_config This flutter package integrates firebase_messaging and flutter_local_notifications. firebase_auth_oauth OAuth sign-in flows are made easy with this Flutter plugin that uses…