FLUTTER ECOSYSTEM

Mixpeal/flutter_paypal

A simple but powerful Paypal SDK for flutter.

flutter_paypal project cover
Stars
6
Forks
29
Last push (UTC)
May 30, 2024
Project status
Active
Kayode Ojo GitHub avatar
GITHUB User

Kayode Ojo ↗

WritearrayMixpealia
LanguagesDartC++CMakeRubyCSwiftHTMLShellObjective-CJavaKotlin

Packages published by this repository

Dependencies used

Dependency list 9 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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/flutter_paypal.dart';

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