Get Started
Introduction
Sizzle Starter is a production-ready Flutter template packed with essential features to kickstart your app development:
- Architecture & Folder Structure
- Dependency Initialization & Injection
- CI Setup with GitHub Actions
- App Settings, Theming, and Localization
- Database Management using Drift
- Linting Rules & Style Guides
It’s designed to save you time and ensure best practices from the start!
Quick Start
-
Clone the repo
Clone the Sizzle Starter repository and rename it to your project name.Terminal window # Clone the repositorygit clone https://github.com/hawkkiller/sizzle_starter.git# Rename the projectmv sizzle_starter your_project_name -
Install dependencies
Install the project dependencies using the following command:Terminal window cd your_project_name## It is recommended to use "FVM" for managing flutter versions.fvm use## Bootstrap the projectbash scripts/bootstrap.sh