conekta 6.0.6 copy "conekta: ^6.0.6" to clipboard
conekta: ^6.0.6 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: ^6.0.6

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';
3
likes
140
points
62
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