Published on: July 16, 2025
About This Project
Offline Imposter is a simple but fun party game built with Flutter. It’s designed for small groups of friends who want to play together offline — no accounts, no internet connection, just quick and easy gameplay.
Players enter their names, the game secretly assigns one player as the imposter, and everyone gets a secret word — except the imposter, who gets a slightly different one. Through short discussion rounds, players try to identify who’s pretending. The app handles all setup, role assignment, and word selection to keep the game fair and fast.
The project was built as a minimalistic mobile-first app to explore Flutter’s navigation, state management, and widget composition while maintaining a playful UI experience for casual gaming sessions.
Technologies Used
Flutter Dart C++ HTMLpubspec.yaml
name: offline_imposter_app
description: A basic offline Imposter party game built with Flutter.
version: 1.0.
environment:
sdk: '>=3.2.0 <4.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
shared_preferences: ^2.
dev_dependencies:
flutter_test:
sdk: flut
flutter:
uses-material-design: true