o1298098 / Flutter-Movie

😎 🎬 A Flutter movie app build with Fish-Redux and The Movie DB api.
Apache License 2.0
724 stars 218 forks source link

Network exceptions #25

Open henry-hz opened 4 years ago

henry-hz commented 4 years ago

Dear @o1298098 , let me suggest a complete and robust Network communication module used under Fish in this repo: https://github.com/bozaigao/fish-redux-demo .

I think that it could even inspire us to create a lib for network using the patterns found there. cheers hh

o1298098 commented 4 years ago

Thank you for your suggestion, I will improve network exceptions, all API requests will return a base class, including status code, data and exception information