Files
intaleq/packages/flutter_paypal/README.md
2026-04-16 19:45:03 +03:00

32 lines
1006 B
Markdown

<!--
This README describes the package. If you publish this package to pub.dev,
this README's contents appear on the landing page for your package.
For information about how to write a good package README, see the guide for
[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).
For general information about developing packages, see the Dart guide for
[creating packages](https://dart.dev/guides/libraries/create-library-packages)
and the Flutter guide for
[developing packages and plugins](https://flutter.dev/developing-packages).
-->
A simple but powerful Paypal SDK for flutter.
## Features
It utilizes [Flutter Webview](https://pub.dev/packages/webview_flutter_x5), 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
```dart
import 'package:flutter_paypal/flutter_paypal.dart';
```
You can checkout a simple illustration in the `/example` folder.