payment_webview 0.1.0 copy "payment_webview: ^0.1.0" to clipboard
payment_webview: ^0.1.0 copied to clipboard

A Flutter package for handling payment webviews with custom callbacks. This package provides a simple way to integrate payment webviews into your Flutter app with support for custom headers, query par [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add payment_webview

With Flutter:

 $ flutter pub add payment_webview

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

dependencies:
  payment_webview: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:payment_webview/payment_webview.dart';
1
likes
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling payment webviews with custom callbacks. This package provides a simple way to integrate payment webviews into your Flutter app with support for custom headers, query parameters, and payment result handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, webview_flutter

More

Packages that depend on payment_webview

Packages that implement payment_webview