Flutter project template to quickly spin up apps using GetX 5 RC 5)
| Home | Details | Add | Friends | Settings |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
- Unique pages
- Bottom sheet implementation
- Settings page
- Widgets that save state using shared preferences
- Bottom sheet implementation
- Download project
- Open terminal at project, type:
flutter pub get - Turn on emulator/device
- Run it
Use the automated script to quickly create a new project from this template:
./create_new_project.shThe script will:
- 📝 Prompt you for a project name and package name
- 📁 Create a new project folder with your chosen name
- 📋 Copy all template files (excluding build artifacts and git history)
- 📦 Automatically change the package name using
change_app_package_name - 🔄 Run
flutter pub getand clean up generated files - ✅ Leave you with a ready-to-run Flutter project
Example usage:
$ ./create_new_project.sh
Enter the new project name: my_awesome_app
Enter the package name: com.mycompany.myawesomeapp
Enter the parent directory path: /Users/username/ProjectsIf you prefer to set up manually:
dart run change_app_package_name:main com.new.package.namegit submodule add https://github.com/org/repo.git




