You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STYLEGUIDE.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,8 @@ Conform to the [JSON standard](https://www.json.org/json-en.html).
299
299
}
300
300
```
301
301
302
+
* * *
303
+
302
304
## 19. Prefix AWS and Amazon products when they first appear on a page
303
305
304
306
When an AWS service or product appears on the page for the first time, refer to it with the appropriate prefix, either AWS or Amazon. You can [find a full listing here.](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/)
@@ -324,6 +326,8 @@ When editing text content in markdown files use the markdown syntax for links. W
324
326
325
327
`\[Use mdx link syntax](/some-link)`
326
328
329
+
* * *
330
+
327
331
## 21. Use 2-space indents for code blocks
328
332
329
333
When adding code blocks and indenting encapsulated code, use 2 spaces for each indent
Copy file name to clipboardExpand all lines: src/fragments/lib-v1/flutter.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
Welcome to the Amplify Flutter documentation. To stay up to date with the latest changes and provide feedback, please take a look at our [Github repo](https://github.com/aws-amplify/amplify-flutter) or join us on [Discord](https://discord.gg/jWVbPfC).
4
4
5
-
The stable release of Amplify Flutter currently supports iOS/Android as target platforms.
6
-
7
-
This guide shows how to build an app using our Amplify Libraries for Flutter and the Amplify CLI toolchain.
5
+
Amplify Flutter v0 currently supports iOS/Android as target platforms.
**New**: The Authenticator UI component for Android via Jetpack Compose is now available in developer preview!
4
+
5
+
Once you've gone through the steps below, you can use it to automatically [add authentication capabilities to your application](#option-1-use-the-authenticator-ui-component).
There are two ways to add authentication capabilities to your application.
4
+
5
+
### Option 1: Use the Authenticator UI component
6
+
<Calloutwarning>
7
+
8
+
**Note:** The Authenticator UI component is only available with Jetpack Compose.
9
+
10
+
</Callout>
11
+
12
+
The **Authenticator** is a UI component that automatically integrates with your existing Amplify configuration and allows you to easily add the entire authentication flow to your application.
13
+
14
+
Visit [Authenticator | Amplify UI for Android](https://ui.docs.amplify.aws/android/connected-components/authenticator) to get started.
15
+
16
+
### Option 2: Manually call the Authentication APIs
17
+
18
+
Follow the instructions in [Sign In](/lib/auth/signin) to learn about how to integrate the registration and authentication flows in your application with the Auth APIs.
0 commit comments