-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[pigeon] Update example README #406
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
[pigeon] Update example README #406
Conversation
packages/pigeon/CHANGELOG.md
Outdated
|
|
||
| * [front-end] Added a more explicit error if generic fields are used. | ||
| * [front-end] Added a more explicit error for static fields. | ||
| * [front-end] Added more errors for incorrect usage of Pigeon (previously they were just ignored). |
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.
Do not add things below NEXT. Everything in NEXT will be in this release.
packages/pigeon/CHANGELOG.md
Outdated
| * [front-end] Added a more explicit error for static fields. | ||
| * [front-end] Added more errors for incorrect usage of Pigeon (previously they were just ignored). | ||
|
|
||
| ## 0.3.1 |
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.
0.3.0+1
packages/pigeon/example/README.md
Outdated
| This example gives an overview of how to use Pigeon to call into the | ||
| host-platform from Flutter. | ||
|
|
||
| First, follow the [steps](https://pub.dev/packages/pigeon#usage) to setup pigeon for iOS and Android. |
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.
Nit: "setup" is a noun; the verb is "set up"
|
Adding @gaaclarke to review the actual docs change since he's the primary maintainer. |
packages/pigeon/example/README.md
Outdated
| First, follow the [steps](https://pub.dev/packages/pigeon#usage) to set up pigeon for iOS and Android. | ||
|
|
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 don't know that this is helpful because those steps aren't required to read or use the example. If we thinking adding that link is a good idea it would be better to say something like:
For instructions to set up your own Pigeon usage see these steps.
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.
That makes sense, added the changes
gaaclarke
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!
|
@TahaTesser Are you planning on fixing the version mismatch so that this can land? (You'll also need to merge in master to get the fix for the local_tests error.) |
|
@stuartmorgan |
The summary is wrong; the real error is the one just above about |
…ple_instructions # Conflicts: # packages/pigeon/CHANGELOG.md
…ple_instructions # Conflicts: # packages/pigeon/CHANGELOG.md # packages/pigeon/lib/generator_tools.dart # packages/pigeon/pubspec.yaml
|
Hi @stuartmorgan |
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
* [google_fonts] update fonts - Removed `Arima Madurai` - Removed `Fredoka One` - Removed `Gentium Book Basic` - Removed `Kantumruy` - Removed `Merienda One` - Removed `Noto Sans N Ko` - Removed `Noto Serif Nyiakeng Puachue Hmong` - Added `Alkatra` - Added `Anuphan` - Added `Braah One` - Added `Bruno Ace` - Added `Bruno Ace SC` - Added `Carlito` - Added `Castoro Titling` - Added `Chivo Mono` - Added `Climate Crisis` - Added `Comme` - Added `Darumadrop One` - Added `Delicious Handrawn` - Added `Foldit` - Added `Gajraj One` - Added `Gloock` - Added `Golos Text` - Added `Hanken Grotesk` - Added `Instrument Sans` - Added `Instrument Serif` - Added `Konkhmer Sleokchher` - Added `Labrada` - Added `Martian Mono` - Added `Mynerve` - Added `Noto Sans NKo` - Added `Noto Sans Nag Mundari` - Added `Noto Sans Nandinagari` - Added `Noto Sans SignWriting` - Added `Noto Sans Tangsa` - Added `Noto Serif NP Hmong` - Added `Noto Serif Toto` - Added `Padyakke Expanded One` - Added `Pathway Extreme` - Added `Phudu` - Added `Poltawski Nowy` - Added `Rubik 80s Fade` - Added `Rubik Gemstones` - Added `Rubik Pixels` - Added `Rubik Spray Paint` - Added `Rubik Storm` - Added `Rubik Vinyl` - Added `Schibsted Grotesk` - Added `Shantell Sans` - Added `Sigmar` - Added `Sofia Sans` - Added `Sofia Sans Condensed` - Added `Sofia Sans Extra Condensed` - Added `Sofia Sans Semi Condensed` - Added `Solitreo` - Added `Tilt Neon` - Added `Tilt Prism` - Added `Tilt Warp` - Added `Unbounded` - Added `Vina Sans` - Added `Wix Madefor Display` - Added `Wix Madefor Text` - Added `Ysabeau` * x * bump version * format * add formatting to Google Fonts GitHub workflow * Update google_fonts_update.yml * add back cider bumping and releasing from google_fonts workflow * fix API rate limit for pull request labeling * x --------- Co-authored-by: Pierre-Louis Guidez <plg@google.com>
fixes flutter/flutter#86228
Pre-launch Checklist
[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy.CHANGELOG.mdto add a description of the change.///).If you need help, consider asking for advice on the
#hackers-newchannel on Discord.