Skip to content Creating a new project
- Click use template button below
- Give your project a name and click
Create repository
- Click
Import repository
in your service - Give it a name and create a repository
- Clone the repo with
git clone https://github.com/hawkkiller/sizzle_starter.git
- Create a repository in your provider and copy the url
- Change the remote url with
git remote set-url origin url
Setting up the project
- Clone the repo with
git clone
- Open it in your IDE and run
flutter pub get
- Click
Find and Replace All
in your IDE and replace sizzle_starter
with your project name - Run
flutter create --org yourorg.com .
Splash screen
- Replace
assets/images/splash.png
with your splash screen - There is a new API for splash screen on Android 12+, learn about it here
- Run
dart run flutter_native_splash:create
Launcher Icons
- Replace
assets/images/icon-1024x1024
with your icon.
You can also check the configuration in pubspec.yaml to provide different
icons for platforms. - Run
dart run flutter_launcher_icons