aaronoe / FlutterCinematic

Flutter clone of my "Cinematic" App
MIT License
893 stars 283 forks source link

Connectivity scenarios #34

Open Lala341 opened 4 years ago

Lala341 commented 4 years ago

Hello, We found that the application does not handle connectivity scenarios, this would improve the user experience. There is a message in the view is there was an error in the data load, this message is sent if it is not possible to obtain the response of the data request. This message is only shown for the views that have lists of movies or tv shows, but for the others it does not exist. This happens when the user browses the application and loses the connection. For example, in the case of the detail of an actor, this verification does not exist, so it does not throw error messages, and since there is no data, the progress indicator remains fixed.