any_payment_webview 1.0.0
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_webviewThis 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.0Alternatively, 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';