Crash Report for Flutter

Sentry is currently the only solution provided by the Flutter team.

Crashlytics support is planned https://github.com/flutter/flutter/issues/14765

update

There is now a community package with crashlytics support as well https://pub.dartlang.org/packages/flutter_crashlytics


note this:

since April 2020 fabric crashlytics panel will no longer be supported so you have to use firebase crashlytics panel instead

solution:

for that flutter team now has created firebase_crashlytics. so you can use this library instead of the flutter_crashlytics which is the community version.