buck_box_sdk 1.0.4 copy "buck_box_sdk: ^1.0.4" to clipboard
buck_box_sdk: ^1.0.4 copied to clipboard

Flutter plugin for BuckBox SDK. To know more about BuckBox, visit https://bustto.com/

example/lib/main.dart

import 'dart:io';

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


void main() async {
  runApp(const _MyApp());
}

class _MyApp extends StatelessWidget {
  const _MyApp();

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'BuckBox Payment',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
      ),
      home: const Text("BuckBox"),
    );
  }
}
0
likes
130
points
106
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for BuckBox SDK. To know more about BuckBox, visit https://bustto.com/

Homepage

License

unknown (license)

Dependencies

connectivity_plus, cryptography, device_info_plus, encrypt, flutter, http, package_info_plus, pay_pro_sdk, url_launcher, webview_flutter

More

Packages that depend on buck_box_sdk

Packages that implement buck_box_sdk