conekta_component 1.0.0 copy "conekta_component: ^1.0.0" to clipboard
conekta_component: ^1.0.0 copied to clipboard

A Flutter library for securely collecting and validating card payment information using Conekta.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add conekta_component

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

dependencies:
  conekta_component: ^1.0.0

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:conekta_component/card_input_flutter.dart';
import 'package:conekta_component/l10n/app_localizations.dart';
import 'package:conekta_component/l10n/app_localizations_en.dart';
import 'package:conekta_component/l10n/app_localizations_es.dart';
0
likes
140
points
16
downloads

Publisher

verified publisherconekta.com

Weekly Downloads

A Flutter library for securely collecting and validating card payment information using Conekta.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, flutter, flutter_localizations, flutter_svg, google_fonts, http, intl, pointycastle

More

Packages that depend on conekta_component