flitt_mobile 2.0.0 copy "flitt_mobile: ^2.0.0" to clipboard
flitt_mobile: ^2.0.0 copied to clipboard

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

example/lib/main.dart

import '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(),
      ),
    );
  }
}
0
likes
130
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

Flitt 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, package_info_plus, url_launcher, webview_flutter

More

Packages that depend on flitt_mobile

Packages that implement flitt_mobile