samsung_galaxy_in_app_purchase 0.5.0 copy "samsung_galaxy_in_app_purchase: ^0.5.0" to clipboard
samsung_galaxy_in_app_purchase: ^0.5.0 copied to clipboard

PlatformAndroid

A Flutter plugin that facilitates the integration of Samsung Galaxy In-App Purchase (IAP) SDK with your Flutter application, enabling seamless in-app purchase functionality for Samsung Galaxy devices.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:galaxy_iap_example/galaxy_iap_example.dart';

void main() {
  runApp(
    const MaterialApp(
      home: Scaffold(
        body: GalaxyIapExample(),
      ),
    ),
  );
}
4
likes
140
points
57
downloads
screenshot

Publisher

verified publishergenopets.me

Weekly Downloads

A Flutter plugin that facilitates the integration of Samsung Galaxy In-App Purchase (IAP) SDK with your Flutter application, enabling seamless in-app purchase functionality for Samsung Galaxy devices.

Repository (GitHub)

Topics

#in-app-purchase #payment #samsung #galaxy

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on samsung_galaxy_in_app_purchase