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 [your-repo-url]
cd busy-faker
flutter 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 build
To clean and rebuild:
dart run build_runner clean
dart run build_runner build
flutter run
flutter test
lib/
├── main.dart
├── models/
├── services/
│ └── ChatGPT/
└── pages/
- Flutter
- Dart
- Hive
- OpenAI GPT API