Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with firebase_messaging #34

Closed
Froelund opened this issue Jul 14, 2019 · 5 comments
Closed

Incompatible with firebase_messaging #34

Froelund opened this issue Jul 14, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@Froelund
Copy link

Great library! However, when using it with firebase_messaging you are unable to receive push notifications. This is due to an issue with the dependency flutter_local_notifications.

@Froelund
Copy link
Author

I suggest you consider splitting up the library, so developers could use the core functionality without having to depend on libraries they don't use.

catcher
catcher_notifications
catcher_http
etc...

@Rodiii
Copy link

Rodiii commented Aug 25, 2019

Indeed, that's an awesome library.

Anyhow, I'm also affected by the firebase_messaging incompatibility. Any chance for a fix?

@Dviejopomata
Copy link

First of all, thanks for developing this library.

Since I was using catcher and firebase_messaging wasn't compatible, I made a fork to remove completely the flutter_local_notifications and i had to add the dependency as a git URL in the project pubspec.yaml.

  catcher:
    git:
      url: git://github.com/Dviejopomata/catcher.git

It's not the best solution, but if you have to solve it without changing any code it works.

@alby97
Copy link

alby97 commented Dec 1, 2019

Hi, there isn't any other solution about this dependency problem?

@jhomlala
Copy link
Owner

Fixed in 6595abe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants