Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[pigeon] made it so async java handlers can report errors#460

Merged
gaaclarke merged 1 commit intoflutter:masterfrom
gaaclarke:pigeon-java-async-error
Sep 8, 2021
Merged

[pigeon] made it so async java handlers can report errors#460
gaaclarke merged 1 commit intoflutter:masterfrom
gaaclarke:pigeon-java-async-error

Conversation

@gaaclarke
Copy link
Member

@gaaclarke gaaclarke commented Sep 7, 2021

fixes flutter/flutter#83244

Pre-launch Checklist

  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • 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 updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@google-cla google-cla bot added the cla: yes label Sep 7, 2021
@gaaclarke gaaclarke force-pushed the pigeon-java-async-error branch 5 times, most recently from 7470f54 to 96f75ad Compare September 7, 2021 21:19
Copy link
Collaborator

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM

@gaaclarke gaaclarke merged commit d8c10c7 into flutter:master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "error" method to the Result interface in Pigeon

2 participants