-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[pigeon] Add Kotlin parameters to run pigeon command #3260
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
tarrinneal
left a comment
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.
Good catch, looks like we still need the c++ flags as well.
stuartmorgan-g
left a comment
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.
- I updated
pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.- I updated
CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.
You checked the boxes for these steps, but didn't do them. This README is published on pub.dev.
|
Sorry about that, I thought that just the main README.md was published on pub.dev. I'm seeing now that the example/README is there too. I'll update the pr ASAP. |
|
I've updated CHANGELOG and pubspec and rebased with upstream. |
|
Not sure why tests are still failing |
|
Got it, |
|
@stuartmorgan I believe this is ready for a second review now. |
stuartmorgan-g
left a comment
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.
LGTM
|
Some other Pigeon PRs landed; could you re-rev the version here? |
[pigeon] Add Kotlin parameters to run pigeon command
Add example parameters to generate Kotlin code in pigeon's example as described in the attached issue.
I didn't update pigeon changelog since pigeon/example/README.md isn't published on pub.dev.
Thanks!
List which issues are fixed by this PR. You must list at least one issue.
flutter/flutter#121238
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
N/A
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.