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

A flutter plug-in for the native Payment library (Android and iOS).

example/lib/main.dart

import 'package:flutter/material.dart';

import 'package:payment_flutter_example/screens/home_screen.dart';

void main() {
  runApp(const MaterialApp(
    title: 'Payment Demo',
    home: HomeScreen(),
  ));
}
0
likes
110
pub points
12%
popularity

Publisher

unverified uploader

A flutter plug-in for the native Payment library (Android and iOS).

Repository

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, json_annotation, json_serializable

More

Packages that depend on payment_flutter