payphone 1.0.8 copy "payphone: ^1.0.8" to clipboard
payphone: ^1.0.8 copied to clipboard

Método de pago seguro usando PAYPHONE de forma directa y sin complicaciones.

example/example.dart

import 'package:flutter/material.dart';

class ExamplePage extends StatefulWidget {
  ExamplePage({Key? key}) : super(key: key);

  @override
  State<ExamplePage> createState() => _ExamplePageState();
}

class _ExamplePageState extends State<ExamplePage> {
  @override
  Widget build(BuildContext context) {
    return Container(
        // child: PayphoneWidget(
        //     width: width,
        //     height: height,
        //     token: token,
        //     success: success,
        //     cancelled: cancelled,
        //     amount: amount,
        //     tax: tax,
        //     amountWithTax: amountWithTax,
        //     clientTransactionId: clientTransactionId,
        //     currency: currency,
        //     reference: reference),
        );
  }
}
3
likes
110
pub points
49%
popularity

Publisher

verified publisherfonlescompany.com

Método de pago seguro usando PAYPHONE de forma directa y sin complicaciones.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, webviewx

More

Packages that depend on payphone