This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Recommend 4.3.0 version of google-services in READMEs/examples#1885
Merged
collinjackson merged 5 commits intoflutter:masterfrom Jul 22, 2019
Merged
Recommend 4.3.0 version of google-services in READMEs/examples#1885collinjackson merged 5 commits intoflutter:masterfrom
collinjackson merged 5 commits intoflutter:masterfrom
Conversation
This was referenced Jul 20, 2019
Contributor
Author
|
Landing this on red because the analyzer failures are a known issue (see #1882) and iOS build timeouts cannot be caused by Android-only changes. |
|
Thanks for this @collinjackson! Is this type of thing something that Coming up to speed with Flutter feels like I spend the same amount of effort hunting down Magic Boilerplate issues as I do figuring out what's wrong with my own code. |
mithun-mondal
pushed a commit
to bKash-developer/archived_plugins
that referenced
this pull request
Aug 6, 2019
cremor
reviewed
Aug 23, 2019
| description: Demonstrates how to use the firebase_messaging plugin. | ||
|
|
||
| dependencies: | ||
| firebase_analytics: any |
There was a problem hiding this comment.
@collinjackson Why was this added? Is it recommended to also depend on firebase_analytics when you use firebase_messaging?
julianscheel
pushed a commit
to jusst-engineering/plugins
that referenced
this pull request
Mar 11, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per discussion flutter/flutter#28770 (comment)
We can prevent these deprecation warnings by updating to a newer version of google-services gradle plugin.
This change will cause warnings to be emitted to the console the first time building after upgrading an app's google-services.
Subsequent builds will not have the error.
Fixes fluttere/flutter#28982