Mobile party game implemented in Flutter framework
Party Flutter
Mobile party game implemented in Flutter framework. Its been heavily inspired by the Heads Up! game:
- Get a group of friends (at least 3 players)
- Start the app
- The youngest player takes the phone
- Pick one of the available categories/topics (eg. Animals, TV series, Sport)
- Place the phone at your forehead, so that other players can see the screen
- Guess the word displayed at the screen - your friends are here to help you!
Stores
The existing production version has been implemented in hybrid technologies and you can check it out at:
Just a note - it's only available in Polish language. The current repository is an approach to rewrite it fully in Flutter.
Screenshots
Generate translations
flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localizations.dart
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n --no-use-deferred-loading lib/localizations.dart lib/l10n/intl_*.arb
TODO
- Improve the UI
- Organize the code
- More animations
- A lot more