Files
2026-04-16 19:45:03 +03:00

1006 B

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.