{"id":18712389,"url":"https://github.com/codenameakshay/pokerface-flutter","last_synced_at":"2025-11-09T19:30:19.312Z","repository":{"id":225339147,"uuid":"754048300","full_name":"codenameakshay/pokerface-flutter","owner":"codenameakshay","description":"Pokerface is an AI assistant that helps you better play Poker, and win big.","archived":false,"fork":false,"pushed_at":"2024-03-05T15:43:21.000Z","size":31314,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T08:27:41.974Z","etag":null,"topics":["android","app","flutter","game","ios","poker"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenameakshay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T09:51:02.000Z","updated_at":"2024-09-02T11:56:08.000Z","dependencies_parsed_at":"2024-11-07T12:45:33.046Z","dependency_job_id":"79122b67-533d-42b1-a6ee-6a183df48776","html_url":"https://github.com/codenameakshay/pokerface-flutter","commit_stats":null,"previous_names":["codenameakshay/pokerface-flutter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fpokerface-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fpokerface-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fpokerface-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameakshay%2Fpokerface-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenameakshay","download_url":"https://codeload.github.com/codenameakshay/pokerface-flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576798,"owners_count":19662113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","flutter","game","ios","poker"],"created_at":"2024-11-07T12:42:38.296Z","updated_at":"2025-11-09T19:30:19.265Z","avatar_url":"https://github.com/codenameakshay.png","language":"Dart","readme":"# \u003cdiv align=\"center\"\u003e\u003cimg src=\"android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png\" alt=\"icon\" width=30\u003e Pokerface\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003ePokerface is an open-source wallpapers app for Android/iOS. It is built with Dart on top of Google's Flutter Framework. It helps one to understand and play Texas Hold'em Poker better.\n\n![flutter](https://img.shields.io/badge/Flutter-Framework-green?logo=flutter)\n![Dart](https://img.shields.io/badge/Dart-Language-blue?logo=dart)\n![Size](https://img.shields.io/github/repo-size/codenameakshay/pokerface-flutter?color=green)\n![Release](https://img.shields.io/github/v/release/codenameakshay/pokerface-flutter)\n![License](https://img.shields.io/github/license/codenameakshay/pokerface-flutter)\n![Stars](https://img.shields.io/github/stars/codenameakshay/pokerface-flutter)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cimg alt='Pokerface UI Mockup' src='assets/images/stickers/sticker4.png' height=200/\u003e\u003c/div\u003e\n\nhttps://github.com/codenameakshay/pokerface-flutter/assets/60510869/463a0294-07e7-41be-8249-526ad4245b91\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Features](#features)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Roadmap](#roadmap)\n- [License](#license)\n- [Contact](#contact)\n- [Contributors](#contributors)\n\n## About The Project\n\nPokerface is a mobile application developed using Flutter, designed to help poker players of all levels improve their game. It offers a range of tools and resources, from hand odds calculation to strategy tips tailored to your playing style. It can find the best hand depending on current hand and board cards, calculate the odds of winning, and suggest the best move to make.\n\n### Built With\n\n- [Flutter](https://flutter.dev/)\n- [Dart](https://dart.dev/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\n- Flutter: Make sure you have Flutter installed on your machine. To install Flutter, follow the instructions on the [Flutter official website](https://flutter.dev/docs/get-started/install).\n- Gemini API: The app uses the Gemini API to use Gemini Pro model inside the app. You will need to create an account on the [Gemini website](https://aistudio.google.com/app/apikey) and generate an API key to use the app.\n\nPaste the API key in the `.env` file in the root of the project.\n\n```.env\nGOOGLE_GENERATIVE_AI_KEY=YOUR_API_KEY\n```\n\n### Installation\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/codenameakshay/pokerface-flutter.git\n   ```\n\n2. Navigate to the project directory\n\n   ```sh\n   cd pokerface-flutter\n   ```\n\n3. Install dependencies\n\n   ```sh\n   flutter pub get\n   ```\n\n4. Run the app\n\n   ```sh\n   flutter run\n   ```\n\n## Features\n\n- Hand Calculator: Calculate the best cards with your current hand in real-time.\n- AI Assitance: Get suggestions on the best move to make, based on your current hand and the house cards.\n- Odds Calculator: Calculate the odds of winning with your current hand and the house cards.\n- Strategy Tips: Get tips and tricks to improve your game, tailored to your playing style.\n- Themes: Choose from a range of themes to customize the app to your liking.\n\nIt also features a lot of easter eggs and cool animations to make the app more fun and engaging.\n\n## Usage\n\nThe app is simple to use and intuitive. It is designed to be user-friendly and accessible to players of all levels. The app will guide you through the process of calculating the best hand and making the best move.\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Roadmap\n- [ ] Game timer (to time games)\n- [ ] Currently you have to new game for each round, show option to restart when all house cards are selected\n- [ ] Save game history\n- [ ] Background music + SFX\n- [ ] Volume control and settings\n- [ ] Badges\n- [ ] Achievements\n- [ ] Dynamic app icons\n- [ ] Calculate score for each game\n- [ ] Store win/loss of each game\n- [ ] Integrate AI into more features\n- [ ] Premium subscription\n- [ ] Onboarding\n\n## License\n\nDistributed under the BSD-3 License. See `LICENSE` for more information.\n\n## Contact\n\nYour Name - [@codenameakshay](https://x.com/codenameakshay) - \u003cakshaymaurya3006@gmail.com\u003e\n\nProject Link: [https://github.com/codenameakshay/pokerface-flutter](https://github.com/codenameakshay/pokerface-flutter)\n\n## Contributors\n\n\u003ca href=\"https://github.com/codenameakshay/pokerface-flutter/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=codenameakshay/pokerface-flutter\" /\u003e\n\u003c/a\u003e\n\n## If you made it here, thanks for your support. You can show more support by forking or starring this repo. See ya!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameakshay%2Fpokerface-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenameakshay%2Fpokerface-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameakshay%2Fpokerface-flutter/lists"}