binemmanuel / flutter_paystack_max

A Flutter package for making payments via Paystack Payment Gateway (https://paystack.com). Compatible with Android and iOS (Bank, Bank transfer, Card, USSD, Mobile Money, QR and EFT)
MIT License
14 stars 7 forks source link

Connection Timed Out #7

Open kelvinyashim opened 2 months ago

kelvinyashim commented 2 months ago

How do i handle if the connection was timed out?

binemmanuel commented 2 months ago

Always provide error/exception, stack trace, and maybe some code to help recreate the issue.

kelvinyashim commented 2 months ago

its not an error am saying how do i handle connection timeout like maybe something is wrong with the api

Eferigho commented 2 months ago

One it does not load completely and when it loads completely the modal closes on its own, without any error message

How can you help me to resolve it

binemmanuel commented 1 month ago

Create a try catch block around your code

try {
  ...
} SocketException (e) {
  ...
}
kelvinyashim commented 1 month ago

One it does not load completely and when it loads completely the modal closes on its own, without any error message

How can you help me to resolve it

are you using the callback or webhook ensure its the callback