conekta_component 1.0.1
conekta_component: ^1.0.1 copied to clipboard
A Flutter library for securely collecting and validating card payment information using Conekta.
Changelog #
1.0.1 - 2026-04-17 #
Added #
CardFormConfigclass to group optional UI flags passed toCardFormvia theconfigparameter.CardFormConfig.hideLogo(defaultfalse) to show/hide the "Paga segura con Conekta" section.CardFormConfig.submitButtonText(defaultnull) to override the submit button label; falls back to the localized value whennull.- Widget tests for
CardFormconfig flags andCardFormConfigdefaults. - Example usages in
example/lib/main.dart.
1.0.0 - 2025-09-30 #
- Final release