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

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

  • Router and Navigation Packages

    fluro Fluro is a Flutter routing library that provides custom routing capabilities such as wildcards, named parameters, and clear route definitions. beamer The Router and Navigator’s Pages API, aka “Navigator 2.0,” enables you to traverse guarded page stacks and URLs via the Router and Navigator. shelf_router Supports URL parameters, nested routers, and router constructions generated…

  • GDPR Packages

    GDPR is coming up, and you’re not sure what to do. The General Data Protection Regulation (GDPR) went into effect in 2018. This new regulation will have a major impact on how companies collect data from European Union citizens. It’s important that your company is compliant with this new law or risk heavy fines of…

  • Introduction Screen Packages

    intro_slider The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app. flutter_intro A more efficient method for introducing new features and a step-by-step user guide for your Flutter project. introduction_screen The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities animated_walkthrough An animated introduction and…

  • Dialog Packages

    A Dialog is a class that is intended to be subclassed by other classes. It’s often used to display messages on the page, or make choices available to the user. Flutter has a few built-in dialogs, but there are times when you need to build your own or use an existing package. adaptive_dialog Adaptively display…

  • Printer Packages

    blue_thermal_printer This Flutter plugin for connecting to a thermal printer via bluetooth is still in its early stages of development, but it’s already available. bluetooth_thermal_printer The library supports both 58mm and 80mm Bluetooth printers. It uses a Bluetooth printer (Android Only). It works with both 58mm and 80mm Bluetooth printers. This library does not require…