-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Firebase_messaging] Fix Deprecated API usage #136
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
Conversation
|
Looks good. 👍 |
|
Hi @ashutoshkmr and @genert Above error is on line 143... any idea to solve this ? This is urgent Because my project need to deliver asap.... |
what is the dependency version on you build.gradle ? |
|
It's flutter prj in pubspec.yaml:
below are my dependencies at |
|
Temporary solution for me: pubspec.yaml
|
did you try updating your android sdk ? |
Which Android sdk needed to use your update ? I am using google cloud build via docker, Btw now solved temporary by change this on pubspec.yaml
|
FlutterMain.findAppBundlePath() does not require to pass context in the latest flutter api What is your flutter version ? |
* Upgrade firebase-messaging to 20.0.0 * Suppress unchecked warnings
Description
Fix Deprecated API usage
Related Issues
#122
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?