FIRST APP GUIDE
Let's build
Ready to build your first Flutter app with Codika? This guide will walk you through creating a test project using the Codika CLI and integrating core features like Firebase, user onboarding, settings, and analytics. You'll learn the essential workflow from project setup to app store deployment.
Before You Begin
Make sure you've completed the Installation Guide and the Configuration Guide. It is important that you are logged into the following services in your console :
firebase login --reauth
gcloud auth login
shorebird login
Your Journey Ahead
The guide is separated into 5 different parts where we will explain different concepts related to Codika and what steps are automated for you:
- Project Setup - Create your first Codika project and discover how the CLI automates environment configuration and feature integration
- App Distribution - Learn how Codika streamlines the app store deployment process with automated builds and signing
- Feature Management - See how Codika's block system lets you add complex features with a single command
- Live Updates - Master the art of deploying instant updates to your users without app store reviews
- Analytics Integration - Understand how Codika makes it easy to track and analyze user behavior
Ready to begin? Let's set up your project!