vvvirani / flutter_amazon_payfort

Flutter plugin for Amazon Payment Services (Payfort). It supports both android and iOS.
https://pub.dev/packages/amazon_payfort
MIT License
5 stars 12 forks source link

feat: Improve error handling by passing it over to Flutter #30

Open AhmedAbouelkher opened 1 week ago

AhmedAbouelkher commented 1 week ago

This PR aims at improving error handling from the flutter side. The current implementation just print any errors-specifically payfort error response-to the native logs on Xcode or Android Studio, this is not ideal for debugging from flutter side.

What Changed?