Mobile app development with Flutter
Some of my notes about Flutter

Contents
Over the time when I developed free mobile app for Android and later I spent some time working with Flutter. Some my notes about that I published on my tech blog.
1 Flutter is…
When Facebook/Meta developed React.js framework, Google decided need to do something similar. And they created Flutter. Very similar, to my taste.
2 Install and setup flutter development environment
Install Flutter post describes the following:
- How how to Install dev tools
- Install VSCode
- Install Chrome
- Install Adnroid Studio
- Enable KVM accellerated mode
- Install Flutter SDK
- Checkup
- Create new Flutter project
- Debugging in Flutter
- Deploy to the device
- Sleeping in Dart
3 Implement Flutter project with AWS Amplify backend
Flutter with AWS Amplify - is a quickstart on how to Create Flutter fullstack project on AWS Amplify platform.
- Install and Configure your AWS account to use with Amplify instructions
- Create flutter Amplify app
- Create Amplify backend
- Adding Authentication
4 Deploy Flutter project AWS Amplify
Deploy Flutter project with backend to AWS Amplify describes what it’s says:
- Flutter fullstack app structure
- Step-by step instruction how to configure AWS Amplify deployment
- Difference between Staging and Production environments for AWS Amplify deployment
- Example of full Amplify.yaml for building and deploying flutter project