Logo
Flutter

Overview

Overview

The n2app Flutter plugin is the official Flutter integration library for connecting your Flutter application to the n2Tap SoftPOS app.

It provides a simple Dart API that allows you to:

  • Initiate card-present transactions
  • Initiate QR code transactions
  • Receive structured transaction results

The plugin internally handles the Android Intent communication with the n2Tap app, so you can trigger payments and process results without managing low-level platform code.

PLATFORM SUPPORT: Android only

Requirements

This Flutter plugin supports:

  • Android (minSdkVersion 26 or higher)
  • Flutter 3.3 or higher
  • Neurogine n2Tap SoftPOS application installed (Get it from Play Store)

On this page