Add proper error handling #13
Labels
Feature Request
Improvements and features for the application
Medium
Medium-sized tasks
Technical Debt
Stuff that somewhat works, but needs refactoring/rewriting
Milestone
The app needs to handle errors properly. More specifically, it needs to recognize when there is no internet connection, 404 not founds and generic errors when it's unclear what happened. Following are relevant files:
https://github.com/h7x4ABk3g/Jisho-Study-Tool/blob/17d6f862a280fecc8db71dff5bd7c0d0814fa50f/lib/services/handwriting.dart#L91-L98
https://github.com/h7x4ABk3g/Jisho-Study-Tool/blob/17d6f862a280fecc8db71dff5bd7c0d0814fa50f/lib/routing/router.dart#L39-L50
https://github.com/h7x4ABk3g/Jisho-Study-Tool/blob/17d6f862a280fecc8db71dff5bd7c0d0814fa50f/lib/components/kanji/kanji_result_body.dart#L17-L25
/lib/components/common/internet_error.dart
/lib/components/common/unknown_error.dart
The text was updated successfully, but these errors were encountered: