-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Flutter v2 gen2 comment fixes #7598
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
Merged
khatruong2009
merged 19 commits into
flutter-v2-gen2
from
flutter-v2-gen2-comment-fixes
May 16, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
51ec5b5
chore: remove callout that should be in migration guide
khatruong2009 5d0f0f9
chore: remove unnecessary code snippet that originates from vCurrent
khatruong2009 d9fe525
chore: fix incorrect references to vCurrent fragments inside vPrev pages
khatruong2009 f0f6eaf
chore: remove unnecessary line for flutter custom challenge in both p…
khatruong2009 68a814f
chore: make function public in prev and current
khatruong2009 e36ae80
chore: remove "suppports-only-mobile"
khatruong2009 207b9e5
chore: remove unnecessary inline filters and put back an upload fragment
khatruong2009 62fea43
chore: remove unnecessary inline filter from graphql link
khatruong2009 113084d
chore: remove unintentionally added line
khatruong2009 e488279
chore: move flutter back to the top of the platforms list
khatruong2009 185486c
chore: delete before you begin snippet for grapql vprev
khatruong2009 9c4daf5
chore: add picture back in to vprev flutter storage page
khatruong2009 1339de9
chore: revert flutter import changes back to original
khatruong2009 caead54
chore: clean up preReq snippets
khatruong2009 afe203c
chore: add title="Terminal" showLineNumbers={false} to terminal snippets
khatruong2009 74f8138
chore: revert changes that are out of scope
khatruong2009 c4fabd0
chore: revert removal of inline filter and addition of white space
khatruong2009 fc68440
chore: revert changes that removed before you begin snippet
khatruong2009 bc863f4
chore: revert change to wording
khatruong2009 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 2 additions & 8 deletions
10
src/fragments/lib-v1/analytics/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
The following are required, depending on which platforms you are targeting: | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
- An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
- An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
- Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
- Any Windows OS meeting Flutter minimums | ||
- macOS version 10.15 or higher | ||
- Any Ubuntu Linux distribution meeting Flutter minimums | ||
- For a full example please follow the [project setup walkthrough](/gen1/[platform]/prev/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/prev/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
src/fragments/lib-v1/auth/flutter/getting_started/70_configureBackend.mdx
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
10 changes: 1 addition & 9 deletions
10
src/fragments/lib-v1/graphqlapi/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
The following are required, depending on which platforms you are targeting: | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/prev/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/prev/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
10 changes: 1 addition & 9 deletions
10
src/fragments/lib-v1/restapi/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
The following are required, depending on which platforms you are targeting: | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/prev/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
11 changes: 2 additions & 9 deletions
11
src/fragments/lib-v1/storage/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
The following are required, depending on which platforms you are targeting: | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/prev/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
This file contains hidden or 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
10 changes: 2 additions & 8 deletions
10
src/fragments/lib/analytics/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
The following are required, depending on which platforms you are targeting: | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
- An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
- An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
- Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
- Any Windows OS meeting Flutter minimums | ||
- macOS version 10.15 or higher | ||
- Any Ubuntu Linux distribution meeting Flutter minimums | ||
- For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Amplify requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
10 changes: 1 addition & 9 deletions
10
src/fragments/lib/graphqlapi/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
The following are required, depending on which platforms you are targeting: | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
10 changes: 1 addition & 9 deletions
10
src/fragments/lib/restapi/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
The following are required, depending on which platforms you are targeting: | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
10 changes: 2 additions & 8 deletions
10
src/fragments/lib/storage/flutter/getting-started/10_preReq.mdx
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
The following are required, depending on which platforms you are targeting: | ||
* [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
|
||
* An iOS configuration targeting at least iOS 13.0 and XCode version >=13.2 | ||
* An Android configuration targeting at least Android API level 24 (Android 7.0) or above | ||
* Any browser supported by Flutter for Web (you can check the list of supported browsers [here](https://docs.flutter.dev/development/platform-integration/web/faq#which-web-browsers-are-supported-by-flutter)) | ||
* Any Windows OS meeting Flutter minimums | ||
* macOS version 10.15 or higher | ||
* Any Ubuntu Linux distribution meeting Flutter minimums | ||
* For a full example please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/) | ||
Amplify Flutter requires a minimum target platform for iOS (13.0), Android (API level 24), and macOS (10.15). Additional setup is required for some target platforms. Please see the [platform setup](/gen1/[platform]/start/project-setup/platform-setup/) guide for more details on platform specific setup. |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,3 @@ Future<void> listAll() async { | |
} | ||
} | ||
``` | ||
import { delimiter } from "path" |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.