cielo_payment_tech 1.0.0 copy "cielo_payment_tech: ^1.0.0" to clipboard
cielo_payment_tech: ^1.0.0 copied to clipboard

PlatformAndroid

Plugin Flutter para facilitar a integração com o SDK de pagamentos da Cielo através do LIO.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Cielo Payment Tech Example',
      theme: ThemeData(primarySwatch: Colors.blue, useMaterial3: true),
      home: const PaymentPage(),
    );
  }
}
0
likes
130
points
19
downloads

Publisher

verified publisherjylabtech.com.br

Weekly Downloads

Plugin Flutter para facilitar a integração com o SDK de pagamentos da Cielo através do LIO.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cielo_payment_tech

Packages that implement cielo_payment_tech