conekta 7.0.2 copy "conekta: ^7.0.2" to clipboard
conekta: ^7.0.2 copied to clipboard

A simple Conekta API wrapper, that is meant to be used on the server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conekta

With Flutter:

 $ flutter pub add conekta

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

dependencies:
  conekta: ^7.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:conekta/conekta.dart';
4
likes
140
points
222
downloads

Publisher

verified publisherconekta.com

Weekly Downloads

A simple Conekta API wrapper, that is meant to be used on the server.

Repository
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

built_collection, built_value, dio, one_of, one_of_serializer

More

Packages that depend on conekta