Skip to content

Getting Started

Creating a new project

  1. Click use template button below
  2. Use Template, GitHub
  3. Give your project a name and click Create repository

Setting up the project

  1. Clone the repo with git clone
  2. Open it in your IDE and run flutter pub get
  3. Click Find and Replace All in your IDE and replace sizzle_starter with your project name
  4. Run flutter create --org yourorg.com .

Splash screen

  1. Replace assets/images/splash.png with your splash screen
  2. There is a new API for splash screen on Android 12+, learn about it here
  3. Run dart run flutter_native_splash:create

Launcher Icons

  1. Replace assets/images/icon-1024x1024 with your icon. You can also check the configuration in pubspec.yaml to provide different icons for platforms.
  2. Run dart run flutter_launcher_icons