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 and enable much more languages.
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
- More animations (opening next question during game loop)
- More languages
- Splash screen image
- Configure Firebase Crashlytics
Credit (github url) : https://github.com/vintage/party_flutter
Next Article : https://flutterappdev.com/2019/01/30/flutter-plugin-allows-you-to-display-multi-image-picker-on-ios-and-android/