Party Flutter App - freecodes.cloud

Party Flutter

Join the chat at https://gitter.im/party_flutter/community
CircleCI

Party Flutter UI

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!

Download Flutter UI

Get it on Google Play
Get it on the App Store

Preview Video

Party Flutter UI

Screenshots

Party Flutter UI
Party Flutter UI
Party Flutter UI
Party Flutter UI
Party Flutter UI
Party Flutter UI
Party Flutter UI
Party Flutter UI

Adding new language

  1. Add language code to getCodes method in language.dart
  2. Download language flag from here and put it in assets/images/flags/
  3. Make a copy of file intl_messages.arb and translate the sentences (not the ones prefixed by @). See the intl_messages_pl.arb for reference
  4. When the translations are ready – run the Generate translations section
  5. The UI is translated! The only remaining thing is to add own set of categories and questions in assets/data/. Each category consists of:
  • id – unique identifier of category (just make sure it’s unique across the file)
  • image – image name for the category which is stored in assets/images/categories/. Feel free to add your own images – should be non-transparent, 400×400, PNG files. Can be downloaded from https://www.pexels.com/ or https://unsplash.com/
  • name – category name in yours language
  • questions – list of available questions – min. 50 per category, but more is better 🙂
  1. Done, new language added – PRs are more than welcome ❤️

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

Resources

  • Icons

GITHUB REPOSITORY

https://github.com/vintage/party_flutter

  • All rights reserved to the respective owners/authors