zeref278/flutter_boilerplate

First load on Chrome - Uncaught (in promise) Error

Closed this issue · 2 comments

Hey!
Just giving this a test drive, and after the loading bars all I get is a white screen. From looking through the code (and I'm still fairly new) it should show the MyApp page.

I followed the instructions given, ran a flutter doctor and the generation code a few times and same results. No errors are obvious in the code.

Error:
errors.dart:266 Uncaught (in promise) Error: UnimplementedError
at Object.throw_ [as throw] (errors.dart:266:49)
at firebase_crashlytics_service.FirebaseCrashlyticsService.new.recordException (firebase_crashlytics_service.dart:13:5)
at main.dart:26:23
at _RootZone.runBinary (zone.dart:1658:54)
at zone.dart:1800:17
at [_processUncaughtError] (zone.dart:1073:14)
at async._CustomZone.new.handleUncaughtError (zone.dart:1277:5)
at _Future._propagateToListeners (future_impl.dart:715:17)
at [_completeError] (future_impl.dart:574:5)
at future_impl.dart:665:7
at _rootRun (zone.dart:1391:13)
at async._CustomZone.new.run (zone.dart:1293:19)
at async._CustomZone.new.runGuarded (zone.dart:1201:7)
at async._AsyncCallbackEntry.new.callback (zone.dart:1241:23)
at Object._microtaskLoop (schedule_microtask.dart:40:11)
at _startMicrotaskLoop (schedule_microtask.dart:49:5)
at async_patch.dart:166:15

thanks.

@dreadedhamish thanks for your feedback, the error throw because Local DB (Floor package) didn't support for Web platform.

@dreadedhamish i'm just fix it it in PR #8