Skip to content

Commit 8af4b65

Browse files
salihguelerhaverchuck
authored andcommitted
chore(authenticator): Update versions on the README (#1854)
1 parent d9d12e3 commit 8af4b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/amplify_authenticator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To get started, add the Authenticator to a project which has the [Auth category]
1212

1313
```yaml
1414
dependencies:
15-
amplify_auth_cognito: ^0.5.0
16-
amplify_authenticator: ^0.1.0
17-
amplify_flutter: ^0.5.0
15+
amplify_auth_cognito: ^0.6.0
16+
amplify_authenticator: ^0.2.0
17+
amplify_flutter: ^0.6.0
1818
```
1919
2020
Then, wrap your app's logged in component with an `Authenticator` widget, and you're good to go. You can use the `SignOutButton` to sign out the user from anywhere in your app.

0 commit comments

Comments
 (0)