forked from flutter/website
-
Notifications
You must be signed in to change notification settings - Fork 19
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
[#73] 업스트림 소스 싱크 (2021. 3Q) #74
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…for WebSockets (flutter#5814) * replace IOWebSocketChannel with WebSocketChannel * replace IOWebSocketChannel with WebSocketChannel * add Uri.parse * add Uri.parse
Using `Uri.http`/`Uri.https` are *much* more error-prone than using `Uri.parse`, and judging from various StackOverflow questions, quite a number of people either misunderstand how to use them or would have avoided their problem by using `Uri.parse`. Examples: * https://stackoverflow.com/q/66619895/ * https://stackoverflow.com/a/66608366/ * https://stackoverflow.com/q/67535694/ * https://stackoverflow.com/q/67628555/ * https://stackoverflow.com/q/67451865/ IMO, we should advocate using `Uri.parse` when possible, particularly in tutorials, where using `Uri.http`/`Uri.https` directly is a premature optimization.
Co-authored-by: Miquel Beltran <[email protected]>
Co-authored-by: Miquel Beltran <[email protected]>
`https://codepen.io/flutter` does not seems to be about Flutter.
This article has been published for a little over a month now and since I've gotten a positive response from it I'm submitting it here. Full disclosure: this is a link to my own Medium article. I've used the friend link, though, so no one should be blocked. The article could go in the General Overview section, but since I do use GetIt package, I've put it under the GetIt section.
* Update index.md Use note formatting to more clearly highlight the stable hotfixes location, to make it easier for folk to spot. See https://twitter.com/luke_pighetti/status/1399789107908419587 for evidence of confusion today. * Update src/docs/development/tools/sdk/release-notes/index.md * Update src/docs/development/tools/sdk/release-notes/index.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Changed 'a' to 'an' in the beta warning.
* Update cd.md * Update src/docs/deployment/cd.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
* Create mock-platform-channels.md * Update mock-platform-channels.md * Update index.md * Update mock-platform-channels.md * Update mock-platform-channels.md
Co-Authored-By: KimDaeyong <[email protected]>
Co-Authored-By: KimDaeyong <[email protected]>
Co-Authored-By: KimDaeyong <[email protected]>
Co-Authored-By: bro-jo <[email protected]>
Co-Authored-By: bro-jo <[email protected]>
Co-Authored-By: bro-jo <[email protected]>
a1f6759
to
4231d9d
Compare
새로 시작한다고 하셨기 때문에 작업 하던 브랜치는 날리도록 하겠습니다. |
shareITCompany
pushed a commit
that referenced
this pull request
Feb 8, 2023
* update build.yml and restore PR template * Document when to use pluginFfi vs plugin (flutter#7428) * Document when to use pluginFfi vs plugin Adds documentation from the questions answered in: * flutter/flutter#108974 * clarify sentence * Update iOS minimum version documentation to 11.0 (#62) * Bump github/codeql-action from 2.1.18 to 2.1.19 (#63) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.18 to 2.1.19. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2ca79b6...f5d217b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [Windows] Document how to set exe's version info (#60) * Tweak * Tweak * Add migration guide * Polish * Update src/deployment/windows.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> * Fix examples for flutter beta (#64) * dart fix add_languages examples * fix examples/layout/constraints * fix examples/cookbook/effects/stagger_menu_animation * fix examples/ui/advanced/actions_and_shortcut * refresh excerpts * update build.yml setting beta experimental = false * Bump github/codeql-action from 2.1.19 to 2.1.20 (#65) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.19 to 2.1.20. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f5d217b...7fee4ca) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Khanh Nguyen <[email protected]> * Bump firebase-tools from 11.7.0 to 11.8.0 (#66) Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 11.7.0 to 11.8.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](firebase/firebase-tools@v11.7.0...v11.8.0) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Khanh Nguyen <[email protected]> * Add instructions for enabling Developer Mode on iOS 16 (#67) * Add instructions for enabling Developer Mode on iOS 16 * Review edits * Bump pigeon in /examples/development/platform_integration (#69) Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 3.2.9 to 4.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/pigeon-v4.0.0/packages) --- updated-dependencies: - dependency-name: pigeon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix broken PR link at bottom of splashScreenView breaking change (#68) * Update breaking changes (#70) * links flutter 3.0 breaking changes to master api docs * updated breaking changes * updated breaking changes * Bump github/codeql-action from 2.1.20 to 2.1.21 (#74) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.20 to 2.1.21. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7fee4ca...c7f292e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding warning about named routes (#73) * stashing * Adding notes warning about named routes. * Reverting to previous whats-new file * Update error docs to use PlatformDispatcher instead of Zones (#71) * Update error docs to use PlatformDispatcher instead of Zones * refresh code excerpts * tweak example code * Remove random apostrophe Co-authored-by: Khanh Nguyen <[email protected]> * Update navigation and routing documentation (#72) * Update navigation and routing documentation * Update src/development/ui/navigation/index.md * Update src/development/ui/navigation/index.md * Update src/development/ui/navigation/index.md * Update src/development/ui/navigation/index.md * Update src/development/ui/navigation/index.md * Update WillPopScope note * Apply suggestions from code review Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> * Update src/development/ui/navigation/index.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> Co-authored-by: Khanh Nguyen <[email protected]> * update release notes (#75) * update release notes * Update src/development/tools/sdk/release-notes/release-notes-3.3.0.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> * Update URL Strategies page (#76) * Add what's new section for 3.3 (#77) * stashing * Updating the what's new page for 3.3 * Tweaking, as per feedback * Adding release notes to index file (#78) * Adding release notes to index file * Update index.md Co-authored-by: Khanh Nguyen <[email protected]> * Tweaking some things... (#79) * Tweaking some things... * Update whats-new.md Co-authored-by: Khanh Nguyen <[email protected]> * revert build.yml for public repo * fix some links * fix PlatformDispatcher link anchor Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Daco Harkes <[email protected]> Co-authored-by: Jenn Magder <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Loïc Sharma <[email protected]> Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]> Co-authored-by: Shamira <[email protected]> Co-authored-by: Dan Field <[email protected]> Co-authored-by: John Ryan <[email protected]> Co-authored-by: Kevin Chisholm <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.