any_payment_webview 1.0.0 copy "any_payment_webview: ^1.0.0" to clipboard
any_payment_webview: ^1.0.0 copied to clipboard

A Flutter package that allows displaying any payment URL in a WebView with callback on URL change and success/failure detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add any_payment_webview

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  any_payment_webview: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:any_payment_webview/any_payment_webview.dart';
2
likes
150
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that allows displaying any payment URL in a WebView with callback on URL change and success/failure detection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on any_payment_webview