Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[firebase_crashlytics] Migrate FlutterErrorDetails#1564

Merged
mklim merged 2 commits intoflutter:masterfrom
mklim:dx_nodes
May 3, 2019
Merged

[firebase_crashlytics] Migrate FlutterErrorDetails#1564
mklim merged 2 commits intoflutter:masterfrom
mklim:dx_nodes

Conversation

@mklim
Copy link
Contributor

@mklim mklim commented May 3, 2019

Description

Update our handling of the struct to work on both flutter stable and
master. Tested on both master and stable. The plugin itself works on
both, but our unit tests now only run on master.

Related Issues

flutter/flutter#31962

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.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

Update our handling of the struct to work on both flutter stable and
master. Tested on both master and stable. The plugin itself works on
both, but our unit tests now only run on master.
@mklim mklim requested a review from kroikie May 3, 2019 00:43
@mklim mklim requested a review from collinjackson as a code owner May 3, 2019 00:43
@mklim
Copy link
Contributor Author

mklim commented May 3, 2019

This should also fix CI.

stack: StackTrace.current,
library: 'foo library',
context: 'foo context',
informationCollector: (StringBuffer information) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange the test still passes with these lines removed.

@mklim mklim merged commit 49c4ad9 into flutter:master May 3, 2019
@mklim mklim deleted the dx_nodes branch May 3, 2019 01:30
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
Update our handling of the struct to work on both flutter stable and
master. The plugin itself works on both, but our unit tests now only
run on master.
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
* implement android v2 embedding for firebase_messaging
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants