A mobile app that helps you create fake phone calls to avoid social interactions or appear busy in various situations.
- Customizable phone call countdown timer
- Multiple caller profiles
- Themed call interfaces
- Generate realistic call scenarios using AI
- Save and manage history locally on your device
- Flutter SDK
- Dart SDK
- OpenAI API key
git clone https://github.com/Argentum11/busy_faker
cd busy-fakerflutter pub get- Copy the API key template:
cp lib/services/ChatGPT/api_key_template.dart lib/services/ChatGPT/api_key.dart- Add your OpenAI API key in
lib/services/ChatGPT/api_key.dart
For Hive-annotated classes, regenerate .g.dart files:
dart run build_runner buildTo clean and rebuild:
dart run build_runner clean
dart run build_runner buildflutter runflutter testlib/
├── main.dart
├── models/
├── services/
│ └── ChatGPT/
└── pages/
- Flutter
- Dart
- Hive
- OpenAI GPT API







