An approach to error handling on Flutter
Intro In the day-to-day of any app, we have to deal with errors and exceptions that happen if something doesn't go as expected. This article aims to bring some approaches to dealing with these errors in Flutter. Imagine a scenario where we have to ma...
Aug 14, 20215 min read987