I am using this version's Firebase Crashlytics on Flutter https://pub.dev/packages/firebase_crashlytics/versions/0.1.4+1. And we also use implementation 'com.google.firebase:firebase-crashlytics' on Android native side. Currently I could only see the android native crash report on firebase but no any non fatal report from Flutter side.
I followed the instructions in this doc: https://pub.dev/packages/firebase_crashlytics/versions/0.1.4+1 and no connecting issue reported. I guess whether it is caused by that Firebase deprecated the Fabric dependence so the pipeline is not working.