conekta_component 0.0.1-beta.2 copy "conekta_component: ^0.0.1-beta.2" to clipboard
conekta_component: ^0.0.1-beta.2 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 Dart:

 $ dart pub add conekta_component

With Flutter:

 $ flutter pub add conekta_component

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

dependencies:
  conekta_component: ^0.0.1-beta.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_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
0
points
16
downloads

Publisher

verified publisherconekta.com

Weekly Downloads

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

Repository

License

unknown (license)

Dependencies

flutter, flutter_localizations, flutter_svg, google_fonts, http, intl

More

Packages that depend on conekta_component