This is an app built with AWS Amplify & Flutter to go along with the Code Magazine article titled "Building Cross-platform Mobile Apps on AWS with Flutter"
To deploy this app, follow these steps:
- Clone this repo
git clone [email protected]:dabit3/amplify-flutter-codelist.git
- Initialize the Amplify backend
amplify init
- Deploy the Amplify backend
amplify push --y
- Run the app
flutter run