-
Notifications
You must be signed in to change notification settings - Fork 4k
[Messaging] flutter_driver and firebase_messaging are incompatible #3312
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
Comments
Issue replicable on latest Master (1.22.0-2.0.pre.36). Doesn't occur on latest stable though (1.20.2)
I also tried with other firebase plugins (eg: firebase_core, firebase_auth) which compiles properly along with The same setup works on previous master version (1.21.0-10.0.pre.139). |
We should move e2e tests & driver dev dependency to the example app in messaging. No reason they need to stay as dev deps on the plugin itself - would someone be willing to send up a PR to do that? |
hello any update on this one ? i had to move to Beta Branch to make my project compile again with messaging 7.0.0. Thanks ! |
thanks @preetjdp thanks i'm going to do that ! |
Any update on this? Flutter 1.22 was just pushed to the Flutter beta channel this morning. |
hmm, not working from here:
|
@kauaicreative I would just fork flutterfire yourself for now and remove the |
@Ehesp do you know if we'll have a quick fix for this on your new branch anytime soon? |
A quick fix that seems to satisfy the install command now: dependency_overrides:
# For firebase_messaging
platform: 3.0.0-nullsafety.1 It's a tough time for a lot of packages right now because we're halfway between migrating everything for NNBD coming soon. It's gonna be a rocky migration for flutter devs. |
cc @Salakar in the current release of flutter, only the stable branch is able to use this package the moment. |
Currently in the process of reworking messaging - have removed the |
@Ehesp Any updates on this? :) |
@MrAlek Messaging rework was announced yesterday https://twitter.com/mikediarmid/status/1319298281290203139. I believe this should solve this issue? |
@dackers86 Just saw this, thanks for the link! Looks amazing, great work @Ehesp @Salakar & team 👏 Can't wait to try out! |
Description
Firebase Messaging (7.0.0) and latest Flutter Master (
1.22.0-2.0.pre.36
) doesn't work.Error
pubspec.yaml
To Reproduce
flutter_driver
andfirebase_messaging
)flutter pub get
Expected behavior
Libs should be retrieved without an error.
Additional context
Works fine in Flutter
1.21.0-10.0.pre.139,
.Original Topic flutter/flutter#64312
Flutter doctor
The text was updated successfully, but these errors were encountered: