flutter_fincra_checkout 0.1.0
flutter_fincra_checkout: ^0.1.0 copied to clipboard
Production-ready Flutter Checkout SDK for Fincra with native in-app WebView, smart callback interception, and strongly typed payment results.
0.1.0 #
- New Feature: Added support for Fincra Inline JavaScript Checkout.
- New API: Introduced
FincraCheckout.openWebViewandFincraCheckout.openInline. - Enhancement: Added
paymentMethodsarray parameter to strictly filter allowed methods (e.g.,["bank_transfer"]). - Deprecation:
FincraCheckout.openis now deprecated in favor ofopenWebView. - Maintains 100% backward compatibility for existing users.
0.0.5 #
- Updated example app to reflect the latest API changes (removed deprecated callbacks).
0.0.4 #
- Major DevRel review and documentation overhaul.
- Added detailed
Customization Parameterssection outlining all callbacks (e.g.,onCancelled,onSuccess) and UI configurations. - Split usage examples into Async/Await and Callbacks for clearer developer integration.
- Added backend setup examples (using cURL) for generating checkout sessions.
0.0.3 #
- Refined package description for improved SEO and clarity.
0.0.2 #
- Added search keywords (topics) to
pubspec.yamlfor better discoverability.
0.0.1 #
- Initial release.
- Provides
FincraCheckout.openfor seamless in-app Fincra payment integration. - Fully supports modern
async/awaitflows and callback APIs. - Built-in URL interception for
FincraPaymentResponseextraction.