This is a companion project to work with the blog post.
For running the project, you can either follow the steps on the blog post or, you can configure and initialize the AWS Amplify on your local machine.
The project is split into two different files, you can either configure your IDE to run the application accordingly or you can run the following commands:
For Sign In,
flutter run -t lib/main_signin.dart
and for sign up,
# For Sign Up
flutter run -t lib/main_signup.dart