flutter_paypal_package 0.0.5 flutter_paypal_package: ^0.0.5 copied to clipboard
A simple but powerful Paypal SDK for flutter.
A simple but powerful Paypal 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_paypal_package/flutter_paypal_package.dart';
You can checkout a simple illustration in the /example
folder.