Skip to content

Commit 5f61fe7

Browse files
Dillon Nysdnys1
authored andcommitted
chore(authenticator): Update README
commit-id:14a0f47f
1 parent b4e14f7 commit 5f61fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amplify_authenticator/README.md

Lines changed: 2 additions & 2 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.4.2
15+
amplify_auth_cognito: ^0.5.0
1616
amplify_authenticator: ^0.1.0
17-
amplify_flutter: ^0.4.2
17+
amplify_flutter: ^0.5.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)