-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Flutter V2 Gen1 Docs Update #7499
Changes from 49 commits
9926a9b
28f8974
caaca24
5a2a795
8486919
d838426
158d57a
9af0e40
2b79263
4813ea6
6e2ef08
7ee47f8
e2b528c
7d6d797
25b4ab1
c978ee8
f6dc40c
6b05e17
e7d8ffb
aec7c35
a2de1ef
0e453ed
7450a47
1db0e42
fd83de1
1387357
0e44f08
77f1c30
66ade8c
5df9bb7
7b7db83
e271b64
ecf201e
0dd2ee0
25423d2
4a32cec
2229aa2
745696a
a87861a
994da31
5fe87ca
40920f9
4abbae3
abb2086
f674ef3
c65f32d
112fa77
8cce5e3
02cb540
d0bca49
2b99744
58acad3
ec5321c
7ac992a
03a0c65
31a7cfc
b1fa2e3
2db33c0
fb552ca
9f495fc
7c799b6
a8fa618
c7648b3
b5a0829
7108c6b
fae2ccf
2a60bf8
a8645f8
923ec2d
70b9820
cf4f87d
42f75f5
60fbf78
7d5bace
b1fc984
d3e90b0
920b133
38ce2ec
1204d15
cdd75b4
63b2261
e823368
b54ac07
58ece63
16aa222
a3db3c8
bd2f456
43f87c3
603f34f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1256,9 +1256,6 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/build-a-backend/storage/copy/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/build-a-backend/storage/move/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/build-a-backend/storage/remove/index.mdx' | ||
}, | ||
|
@@ -1688,6 +1685,9 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/build-a-backend/troubleshooting/migrate-from-javascript-v5-to-v6/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/[platform]/prev/build-a-backend/restapi/test-api/index.mdx' | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldn't these all be prefixed with "gen1" as none of these pages actually exist in Gen 2. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are already paths for |
||
{ | ||
path: 'src/pages/gen1/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx' | ||
} | ||
|
@@ -1757,12 +1757,18 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/build-ui/uibuilder/slots/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/[platform]/prev/build-a-backend/storage/import/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/build-ui/uibuilder/theming/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/build-ui/uibuilder/responsive/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/[platform]/prev/build-a-backend/storage/modify-amplify-generated-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/build-ui/uibuilder/override/index.mdx' | ||
}, | ||
|
@@ -2169,10 +2175,10 @@ export const directory = { | |
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/sign-in-with-web-ui/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/enable-guest-access/index.mdx' | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/multi-step-sign-in/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/multi-step-sign-in/index.mdx' | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/enable-guest-access/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/add-social-provider/index.mdx' | ||
|
@@ -2204,9 +2210,24 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/delete-user-account/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/admin-actions/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/user-group-management/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/existing-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/import-existing-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/existing-resources-no-cli/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/override-cognito/index.mdx' | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. don't rename pages. don't add pages that aren't relevant. |
||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/auth/auth-events/index.mdx' | ||
}, | ||
|
@@ -2230,12 +2251,24 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/set-up-graphql-api/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/connect-api-to-existing-database/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/data-modeling/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/customize-authorization-rules/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/connect-to-api/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/api-graphql-concepts/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/customize-authorization-modes/index.mdx' | ||
}, | ||
khatruong2009 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/customize-authz-modes/index.mdx' | ||
}, | ||
|
@@ -2248,6 +2281,12 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/subscribe-data/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/custom-business-logic/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/search-and-result-aggregations/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/working-with-files/index.mdx' | ||
}, | ||
|
@@ -2260,20 +2299,52 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/offline/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/client-code-generation/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/advanced-workflows/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/existing-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/connect-machine-learning-services/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/schema-evolution/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/modify-amplify-generated-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/troubleshooting/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/upgrade-guide/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/best-practice/index.mdx', | ||
children: [ | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/best-practice/batch-put-custom-resolver/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/best-practice/query-with-sorting/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/graphqlapi/best-practice/warehouse-management/index.mdx' | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/index.mdx', | ||
children: [ | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/configure-rest-api/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/set-up-rest-api/index.mdx' | ||
}, | ||
|
@@ -2292,14 +2363,23 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/customize-authz/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/test-api/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/existing-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/restapi/override-api-gateway/index.mdx' | ||
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/index.mdx', | ||
children: [ | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/configure-storage/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/set-up-storage/index.mdx' | ||
}, | ||
|
@@ -2336,12 +2416,18 @@ export const directory = { | |
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/lambda-triggers/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/import/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/custom-plugin/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/existing-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/modify-amplify-generated-resources/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/storage/sdk/index.mdx' | ||
}, | ||
|
@@ -2350,6 +2436,32 @@ export const directory = { | |
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/index.mdx', | ||
children: [ | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/set-up-function/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/layers/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/environment-variables/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/secrets/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/build-options/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/configure-options/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/graphql-from-lambda/index.mdx' | ||
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/push-notifications/index.mdx', | ||
children: [ | ||
|
@@ -2385,6 +2497,17 @@ export const directory = { | |
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/existing-resources/index.mdx', | ||
children: [ | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/existing-resources/cli/index.mdx' | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/existing-resources/cdk/index.mdx' | ||
} | ||
] | ||
}, | ||
{ | ||
path: 'src/pages/gen1/[platform]/prev/build-a-backend/server-side-rendering/index.mdx' | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
```dart | ||
await Amplify.Analytics.enable(); | ||
Amplify.Analytics.enable(); | ||
khatruong2009 marked this conversation as resolved.
Show resolved
Hide resolved
Jordan-Nelson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
- [Install and configure Amplify CLI](/gen1/[platform]/tools/cli/start/set-up-cli/) | ||
- A Flutter application targeting Flutter SDK >= 2.10.0 (stable version) with Amplify libraries integrated | ||
- An iOS configuration targeting at least iOS 11.0 | ||
- An Android configuration targeting at least Android API level 21 (Android 5.0) or above | ||
- A Flutter application targeting Flutter SDK >=3.3.0 with Amplify libraries integrated | ||
|
||
The following are also required, depending on which platforms you are targeting: | ||
Jordan-Nelson marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- 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 | ||
khatruong2009 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- For a full example please follow the [project setup walkthrough](/gen1/[platform]/prev/start/project-setup/create-application/) |
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.
Please coordinate with @katiegoines to get a redirect in place for this page.