Dependencies
Packages
You will need to add dependencies for the amplify_authenticator
to the pubspec.yaml
file as shown below.
environment:
sdk: ^3.3.0
flutter: '>=3.19.0'
dependencies:
amplify_flutter: ^2.0.0
amplify_auth_cognito: ^2.0.0
amplify_authenticator: ^2.0.0
The authenticator component is currently the only supported component for flutter.
View Authenticator Component docs