-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix for UserAgent.h issues #2169
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
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? |
@@ -1028,7 +1028,6 @@ void main() { | |||
'data': kMockDocumentSnapshotData, | |||
}, | |||
}, | |||
'source': 'default', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Analyzer warning fix: multiple 'source' keys.
@@ -1052,7 +1051,6 @@ void main() { | |||
'data': kMockDocumentSnapshotData, | |||
}, | |||
}, | |||
'source': 'default', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_VERSION
andLIBRARY_NAME
in the GCC_PREPROCESSOR_DEFINITIONS in the podspec.Fixes #2087
Fixes #1858
Fixes #2084