mdpayment 0.0.1 copy "mdpayment: ^0.0.1" to clipboard
mdpayment: ^0.0.1 copied to clipboard

MD Payment is a flutter package that helps you to integrate MD Payment Gateway in your flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mdpayment

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

dependencies:
  mdpayment: ^0.0.1

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:mdpayment/mdpayment.dart';
0
likes
115
pub points
28%
popularity

Publisher

unverified uploader

MD Payment is a flutter package that helps you to integrate MD Payment Gateway in your flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

build_runner, dio, flutter, flutter_bloc, freezed, freezed_annotation, get_it, json_annotation, json_serializable, pretty_dio_logger, retrofit, retrofit_generator

More

Packages that depend on mdpayment