Challenge: Deployment with Codemagic
Challenge yourself to build and release your first Android app with Flutter and Codemagic
We'll cover the following...
- Goal
- Challenges
- Challenge 1: Prepare the app for release
- Challenge 2: Set up Codemagic
- Challenge 3: Build your app with Codemagic
- Challenge 4: Test the app with Codemagic
- Challenge 5: Sign your app
- Challenge 6: Manually publish your app to Google Play Store
- Challenge 7: Automatically publish your app to Google Play Store with Codemagic
In this challenge, you will use Codemagic to handle all your app builds, tests, and releases automatically.
Goal
The goals of this challenge include:
Learn to prepare an app for release
Learn to build, test, ...