Mobile app development with Flutter

Some of my notes about Flutter

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.

When Facebook/Meta developed React.js framework, Google decided need to do something similar. And they created Flutter. Very similar, to my taste.

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

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

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