nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
586 stars 58 forks source link

Having issue in api request #144

Closed SumitCodoffer closed 4 months ago

SumitCodoffer commented 4 months ago

The request connection took longer than 0:00:05.000000 and it was aborted. To get rid of this exception, try raising the RequestOptions.connectTimeout above the duration of 0:00:05.000000 or improve the response time of the server. Screenshot 2024-05-14 at 2 39 44 PM

agordn52 commented 4 months ago

Hi @SumitCodoffer,

Try using the ApiService like in the documentation here.

SumitCodoffer commented 4 months ago

i will use and let you know.