cloudipsp_mobile 0.4.1 copy "cloudipsp_mobile: ^0.4.1" to clipboard
cloudipsp_mobile: ^0.4.1 copied to clipboard

Cloudipsp SDK for Mobile(Android, iOS). The only way to accept payment with Fondy service on Flutter platform for mobiles.

example/lib/main.dart

import 'package:cloudipsp_mobile_example/example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Cloudipsp Flutter SDK Example'),
        ),
        body: Example(),
      ),
    );
  }
}
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Cloudipsp SDK for Mobile(Android, iOS). The only way to accept payment with Fondy service on Flutter platform for mobiles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

email_validator, flutter, http, webview_flutter

More

Packages that depend on cloudipsp_mobile