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

  • Packages for HTTP Request

    http An open-source, Future-based HTTP API that is composable and multi-platform. This bundle has a collection of high-level functions and types that make it simple to access HTTP resources. It’s cross-platform, with support for mobile, desktop, and the browser. dio A robust Dart HTTP client with Interceptors, global configuration, FormData, Request Cancellation, File downloading, and…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…

  • Color Pickers

    o_color_picker The package includes a simple and fast two-step color picker that lets you select colors or tones. flex_color_picker The primary, accent, and custom color picker are all editable. An optional HSV wheel color picker is also available. flutter_circle_color_picker A lovely flutter color picker that chooses HSL colors. flutter_colorpicker This is a flutter library that…

  • 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,…

  • Chart and Graph Packages

    We will go over some of the best Flutter packages that create charts and graphs so that you don’t have to waste time searching them out. graphic Graphic is the perfect Flutter library for anyone looking to visualize data in a clear, concise way. With its easy-to-use charting library, you’ll be able to create stunning…

  • Image Libraries

    octo_image The octo_image is a Flutter image widget that may perform various tasks. Placeholders, error indicators, and image transformers with fading are all supported. A placeholder, a progress indicator, an ImageBuilder, or an error widget is required for the OctoImage widget to display the picture. A placeholder or a progress indication may be used, as…