cyberpaysdkflutter 1.0.0+3 copy "cyberpaysdkflutter: ^1.0.0+3" to clipboard
cyberpaysdkflutter: ^1.0.0+3 copied to clipboard

discontinued
outdated

A Cyber Pay Flutter Payment SDK. The Android SDK to integrate to the cyberpay payment gateway The Cyberpay SDK makes it quick and easy to build seamless payment into your android app. The SDK contains [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cyberpaysdkflutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cyberpaysdkflutter: ^1.0.0+3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cyberpaysdkflutter/generated/i18n.dart';
import 'package:cyberpaysdkflutter/main.dart';
import 'package:cyberpaysdkflutter/ui/credit_card_form.dart';
import 'package:cyberpaysdkflutter/ui/credit_card_model.dart';
import 'package:cyberpaysdkflutter/ui/credit_card_widget.dart';
import 'package:cyberpaysdkflutter/ui/flutter_credit_card.dart';
0
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Cyber Pay Flutter Payment SDK. The Android SDK to integrate to the cyberpay payment gateway The Cyberpay SDK makes it quick and easy to build seamless payment into your android app. The SDK contains custom views, and helps in managing the Cyberspace API. Features The SDK provides custom native UI elements to get you started easily without having to design the elements yourself.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, cupertino_icons, dio, encrypt, flushbar, flutter, flutter_secure_storage, flutter_spinkit, flutter_staggered_grid_view, http, image_picker, intl, path_provider, rxdart, scoped_model, serializable, shared_preferences, sqflite

More

Packages that depend on cyberpaysdkflutter