bizz84 / flutter_ship_app

Companion app for the Flutter in Production course
MIT License
38 stars 4 forks source link

Catch FailedLookupException during app startup #5

Closed bizz84 closed 4 months ago

bizz84 commented 4 months ago

Prior to this fix, starting the app in offline mode would result in this error:

Xnapper-2024-07-17-10 44 05

Following the fix, the app continues to work even when started in offline mode (since the JSON from the app bundle can be used as a fallback).