kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to apply plugin [id 'io.fabric']

olga0 opened this issue · comments

commented

When running command "flutter -v build apk --release" got an error:

Failed to apply plugin [id 'io.fabric']
> Crashlytics was applied to a project without an Android plugin. Please make sure the Crashlytics plugin is applied after the appropriate Android plugin for your project.

commented

Had the same issue, I moved the plugin apply command to the end of the file, after the flutter stuff.