All Projects → vintage → Party_flutter

vintage / Party_flutter

Licence: apache-2.0
Party Charades game created in Flutter.

Programming Languages

dart
5743 projects
dartlang
94 projects

Projects that are alternatives of or similar to Party flutter

Ghostrigger
Cyberpunk-inspired puzzle game prototype created with Flutter and Flame #Hack20 #FlutterHackathon
Stars: ✭ 129 (-15.69%)
Mutual labels:  flutter-apps
Reflectly Login Screen
Inspired by Reflectly Login Screen Page in Flutter App
Stars: ✭ 139 (-9.15%)
Mutual labels:  flutter-apps
Messages
Chat App UI Speed Coded On Youtube
Stars: ✭ 147 (-3.92%)
Mutual labels:  flutter-apps
Flutter Ui Designs
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.
Stars: ✭ 131 (-14.38%)
Mutual labels:  flutter-apps
Tallyassist
Open source Flutter-based template for a business assistant application
Stars: ✭ 137 (-10.46%)
Mutual labels:  flutter-apps
Flutter hand tracking plugin
这是一个 Flutter Packge 以实现摄像头精确追踪并识别十指的运动路径/轨迹和手势动作, 且输出22个手部关键点以支持更多手势自定义. 基于这个包可以编写业务逻辑将手势信息实时转化为指令信息: 一二三四五, rock, spiderman...还可以对不同手势编写不同特效. 可用于短视频直播特效, 智能硬件等领域, 为人机互动带来更自然丰富的体验
Stars: ✭ 142 (-7.19%)
Mutual labels:  flutter-apps
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-16.34%)
Mutual labels:  flutter-apps
Netflix clone
Netflix type clone app to learn animation and basic UI components..
Stars: ✭ 152 (-0.65%)
Mutual labels:  flutter-apps
Recipe App Flutter Ui
A nice clean recipe app UI using flutter.
Stars: ✭ 138 (-9.8%)
Mutual labels:  flutter-apps
Flutter simple shop
API接口数据来源于大淘客和好单库官网.后端是java编写的,框架采用springboot 2.3.5最新版~典典的小卖部,淘宝客商城系统,flutter编写,flutter入门学习项目,
Stars: ✭ 147 (-3.92%)
Mutual labels:  flutter-apps
Flutter
A boilerplate project for Flutter
Stars: ✭ 134 (-12.42%)
Mutual labels:  flutter-apps
Flutter firebase starter
Flutter firebase starter project
Stars: ✭ 136 (-11.11%)
Mutual labels:  flutter-apps
Inshorts Clone The News App
inshorts News App Clone with flutter and newsapi.org API
Stars: ✭ 145 (-5.23%)
Mutual labels:  flutter-apps
Trireme
A Deluge thin client for Android. Written in Flutter.
Stars: ✭ 129 (-15.69%)
Mutual labels:  flutter-apps
Onehour App
A time tracking app build using Flutter
Stars: ✭ 148 (-3.27%)
Mutual labels:  flutter-apps
Youtubeflutter
A Flutter recreation of the YouTube app
Stars: ✭ 128 (-16.34%)
Mutual labels:  flutter-apps
Sailor
Easy page navigation and management in Flutter apps.
Stars: ✭ 142 (-7.19%)
Mutual labels:  flutter-apps
You
The app checks what internet knows about you.
Stars: ✭ 153 (+0%)
Mutual labels:  flutter-apps
Flutter luckin coffee
flutter luckin coffee application(仿瑞幸咖啡)
Stars: ✭ 150 (-1.96%)
Mutual labels:  flutter-apps
Toughest
Interview questions and answers for preparation, built in pure flutter also have CI implementation for learning.
Stars: ✭ 146 (-4.58%)
Mutual labels:  flutter-apps

Party Flutter

Party Flutter

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

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

Get it on Google Play Get it on the App Store

Preview Video

Preview Video

Screenshots

Screen 1 Screen 2 Screen 3 Screen 4 Screen 5 Screen 6 Screen 7 Screen 8

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, 400x400, 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].