- Clone the repository
git clone
- Get dependencies
flutter pub get
- Add neccessary packages
flutter pub add icons_launcher flutter_native_splash rename go_router dio flutter_riverpod riverpod json_theme
- Create target platforms
flutter create --platforms=android,ios .
- Rename project
flutter pub run rename --appname "New_Name"
- Rename bundle (optional)
flutter pub run rename --bundleId com.newname