Local pass-the-phone party game built with Flutter. One player is the impostor and sees “Du är förrädaren” instead of the secret word. Everyone else sees the same word from the selected category.
- Add players and pick a category in settings.
- Tap “Starta spel”.
- Each player holds the card to reveal their word, then taps “Nästa spelare”.
- After the last player, the app reveals who starts the round.
- Hold the card to flip and reveal the word.
- Release to flip back.
- Use the back arrow to end a round and return to the home screen.
- Install dependencies:
flutter pub get - Run:
flutter run - Lint:
flutter analyze - Format:
dart format . - Test:
flutter test