flitt_mobile 1.0.3 copy "flitt_mobile: ^1.0.3" to clipboard
flitt_mobile: ^1.0.3 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
0
points
141
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

License

unknown (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