flutter_moolre 0.0.1
flutter_moolre: ^0.0.1 copied to clipboard
A Flutter plugin to integrate Moolre payment gateway.
Changelog #
0.0.1 - 2025-06-12 #
Added #
PaymentResultPage: Displays payment success or failure, with reference or error message.onSuccessandonErrorcallbacks support inMoolreCheckoutScreen.- Custom
MoolrePayButtonwith full checkout flow example and payment state handling.
Changed #
MoolreCheckoutScreennow detects deep links and invokes callbacks.AppBarclose button in checkout screen now triggersonErrorwithUSER_CANCELLEDand exits correctly.
Fixed #
- Navigation bug: closing the WebView after payment now correctly returns to the previous screen (e.g., form or result screen).
- Test cleanup: removed obsolete
flutter_moolre_platform_interfaceandflutter_moolre_method_channel. - Removed broken test
flutter_moolre_test.dartdue to refactor and simplified plugin implementation.