Conversation
|
New analyzer warning for change introduced in #1686. Fixing in this PR. I guess the analyzer options aren't pegged to a version in this repo? |
| 'data': kMockDocumentSnapshotData, | ||
| }, | ||
| }, | ||
| 'source': 'default', |
There was a problem hiding this comment.
Analyzer warning fix: multiple 'source' keys.
| 'data': kMockDocumentSnapshotData, | ||
| }, | ||
| }, | ||
| 'source': 'default', |
There was a problem hiding this comment.
Analyzer warning fix: multiple 'source' keys.
|
Manually merged with 4d7b2bd to maintain authorship. Closing. |
|
|
|
Besides |
|
Thanks, the build error was fixed 👍
|
|
@mono0926 please file a new issue at flutter/flutter and fill out the template so we can take a look. |
|
so which version should I use? |
|
Same UserAgent.h issue on |
|
finally it's released now |
Identical to #2099 but with the firebase_crashlytics CHANGELOG merge issue and analyzer warnings fixed.
Remove the UserAgent.h header in favor of defining
LIBRARY_VERSIONandLIBRARY_NAMEin the GCC_PREPROCESSOR_DEFINITIONS in the podspec.Fixes #2087
Fixes #1858
Fixes #2084