famedly / fcm_shared_isolate

Firebase Messaging Plugin for Flutter supporting shared isolate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not import firebase in gradle here

famedly-bot opened this issue · comments

In GitLab by @krille-chan on Oct 4, 2021, 11:07

In FluffyChat I am maintaining a patch to add/remove everything regarding google services. With the firebase_cloud_messaging package, I am forced to import firebase in gradle by myself and therefore can just outcomment it in gradle and the plugin just doesn't work anymore. With fcm_shared_isolate, I need to remove the dependency from the pubspec.yaml file and therefore need to change stuff in my dart code which makes the patch much more complicated.

Is it possible to remove the dependency here and mention it in the readme, that developers have to add it by themself in their apps? Or do you know an easier solution how to activly block a dependency in the apps build.gradle file?

In GitLab by @nikzen on Oct 10, 2022, 11:22

moved to undefined##undefined