kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration
BSD 2-Clause "Simplified" License
194 stars 46 forks source link

Add CrashlyticsNdk #64

Closed GreenAppers closed 5 years ago

GreenAppers commented 5 years ago

This needs a test but should work. I was only able to test the feature/optOut branch.

jaumard commented 5 years ago

Can you update the Readme with a section "Android NDK" to let people know how to enable it and update the example app to have it enabled please ?

Why can't you test master ?

GreenAppers commented 5 years ago

Will do. I tested that the changes compile. But I only have a reproducible crash bug for my compileSdkVersion 27 app. Eventually I can setup a native crash to test master as well.

jaumard commented 5 years ago

Hey @GreenAppers ! Plugin was migrate to java :) to avoir Kotlin version problems can you rebase please ? I'll merge this and publish a new version

jaumard commented 5 years ago

Thanks @GreenAppers !