athmovil_checkout_flutter 6.0.0+1 copy "athmovil_checkout_flutter: ^6.0.0+1" to clipboard
athmovil_checkout_flutter: ^6.0.0+1 copied to clipboard

Flutter plugin for integrating the ATH Móvil Payment Secure Button on Android and iOS.

example/lib/main.dart

import 'package:athmovil_checkout_dummy/constants/app_constants.dart';
import 'package:athmovil_checkout_dummy/view_models/items_view_model.dart';
import 'package:athmovil_checkout_dummy/view_models/payment_view_model.dart';
import 'package:athmovil_checkout_dummy/widgets/app_widget.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

void main() {
  runApp(
    AppConstants(
      child: MultiProvider(
        providers: [
          ChangeNotifierProvider(
            create: (context) => ItemsViewModel(),
          ),
          ChangeNotifierProvider(
            create: (context) => PaymentViewModel(),
          ),
        ],
        child: AppWidget(),
      ),
    ),
  );
}
0
likes
120
points
2
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for integrating the ATH Móvil Payment Secure Button on Android and iOS.

License

MIT (license)

Dependencies

async, flutter, flutter_localizations, intl, provider, shared_preferences, uuid

More

Packages that depend on athmovil_checkout_flutter

Packages that implement athmovil_checkout_flutter