Skip to content

chore: Flutter Gen2 fixes #7738

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
merged 27 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ed1440e
chore: update mfa page to change flutter snippets from js to dart
khatruong2009 Jun 11, 2024
0dd901e
chore: combine duplicate sms mfa text from swift and flutter
khatruong2009 Jun 12, 2024
cbbfaa9
chore: added flutter snippet for global sign out
khatruong2009 Jun 12, 2024
a2e94d3
chore: fix sign up next steps from enums to flutter
khatruong2009 Jun 12, 2024
cc41aae
chore: fix outputs to amplify config in _configureAmplify method
khatruong2009 Jun 12, 2024
41c906b
chore: fix flutter sign in next steps from using enums
khatruong2009 Jun 12, 2024
0f25283
chore: add APIPluginOptions
khatruong2009 Jun 12, 2024
19c6d40
chore: add view analytics console
khatruong2009 Jun 12, 2024
76c2f55
chore: add user agent back into json in analytics record event page
khatruong2009 Jun 12, 2024
162d8aa
chore: fix automated reconnection snippet to use APIPluginOptions
khatruong2009 Jun 13, 2024
4348e5d
chore: remove next.js related page and snippets from data
khatruong2009 Jun 13, 2024
113c5d1
chore: add flutter snippet to customize auth rules public data access
khatruong2009 Jun 13, 2024
eb12ead
chore: remove duplicate lines of code between swift and
khatruong2009 Jun 13, 2024
377e72f
chore: replace js code snippet with flutter for per user data access
khatruong2009 Jun 13, 2024
418998a
chore: replace js snippets with flutter for multi-user data access
khatruong2009 Jun 13, 2024
918b67f
chore: replaced js snippets in signed-in user data access with flutte…
khatruong2009 Jun 13, 2024
7a6bcfc
chore: replace js snippets with flutter snippets in user group-based …
khatruong2009 Jun 13, 2024
097a1d2
chore: replace js snippet with flutter snippets in custom data access…
khatruong2009 Jun 13, 2024
bc89a52
chore: replaced js snippet with flutter snippet in use openID Connect…
khatruong2009 Jun 14, 2024
938e5d1
chore: replace js snippets with flutter snippets in configure custom …
khatruong2009 Jun 14, 2024
420ac5c
chore: fixed amplifyconfig and replaced with ApmlifyConfig
khatruong2009 Jun 17, 2024
7d2a9d4
Update src/pages/[platform]/build-a-backend/data/customize-authz/conf…
khatruong2009 Jun 17, 2024
88cc424
chore: fix API code snippets
khatruong2009 Jun 17, 2024
7b0b281
Update src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx
khatruong2009 Jun 17, 2024
32c91b3
chore: fixed multi-user-data-access code and replaced with flutter code
khatruong2009 Jun 17, 2024
2071472
chore: revert changes in gen1 docs
khatruong2009 Jun 17, 2024
a7e38b5
chore: remove gen1 remnants for analytics category
khatruong2009 Jun 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Events have default configuration to flush out to the network every 30 seconds.

```json
{
"UserAgent": "aws-amplify-cli/2.0",
"Version": "1.0",
"analytics": {
"plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,14 @@ public class MyAmplifyApp extends Application {

</InlineFilter>

### View Analytics Console

If you have not saved the link from before, you can still reach it from the terminal. Run the following command for opening the console.

```sh
amplify console analytics
```

Next Steps:

Congratulations! Now that you have Analytics' backend provisioned and Analytics library installed. Check out the following links to see Amplify Analytics use cases:
Expand Down
Loading
Loading