Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/2464b775bfa8e281eb89a7434699a654 to your computer and use it in GitHub Desktop.
Save Vanethos/2464b775bfa8e281eb89a7434699a654 to your computer and use it in GitHub Desktop.
void main() {
FlutterError.onError = Crashlytics.instance.recordFlutterError;
runZoned<Future<void>>(() async {
runApp(new MyApp());
}, onError: Crashlytics.instance.recordError);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment