gatee_payment 1.1.0
gatee_payment: ^1.1.0 copied to clipboard
A streamlined package for seamless integration of Gate-E functionality into Flutter applications. Expedite the integration process, empower customization, and simplify the incorporation of Gate-E features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gatee_paymentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gatee_payment: ^1.1.0Alternatively, 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:gatee_payment/api_service.dart';
import 'package:gatee_payment/cheackbox.dart';
import 'package:gatee_payment/gat_e_demo.dart';
import 'package:gatee_payment/getpayment.dart';
import 'package:gatee_payment/lib/env/env.dart';
import 'package:gatee_payment/payment_method.dart';
import 'package:gatee_payment/theme1.dart';
import 'package:gatee_payment/theme2.dart';
import 'package:gatee_payment/theme3.dart';
import 'package:gatee_payment/theme4.dart';
import 'package:gatee_payment/theme_colors.dart';