Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Party Charades game created in Flutter

Party Flutter

Mobile party game implemented in the Flutter framework. Its been heavily inspired by the Heads Up! game:

Preview Video

Screenshots

Adding a 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:
  1. Done, new language added – PRs are more than welcome ❤️

Generate translations

Download Party Charades game created in Flutter Source Code on GitHub

Party Charades game created in Flutter.
https://github.com/vintage/party_flutter
57 forks.
209 stars.
0 open issues.

Recent commits:

Exit mobile version