flutter_tap_payment 0.2.0 copy "flutter_tap_payment: ^0.2.0" to clipboard
flutter_tap_payment: ^0.2.0 copied to clipboard

A simple but powerful Tap Payment SDK for flutter.

A lightweight Tap Payment SDK for flutter.

Features #

It utilizes Flutter Webview, to complete the payment process... "It's a Simple Spell But Quite Unbreakable".

Usage #

After adding the package to your pubspec.yaml, make sure to import it

import 'package:flutter_tap_payment/flutter_tap_payment.dart';

You can checkout a simple illustration in the /example folder.