Crash Report for Flutter

I am new to flutter. I developed one Wallpaper App using flutter and upload in playstore. Now i need to track crash report for that app. In Android have crashlytics to all report crash and more fearure's. Is crashlytics support in flutter ?. I looked sentry plugin but it's not free. Any help Appreciable.

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

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue