{"id":21505803,"url":"https://github.com/pratikbaid3/completionist_flutter_app","last_synced_at":"2025-07-16T00:32:40.571Z","repository":{"id":46194262,"uuid":"319666958","full_name":"pratikbaid3/Completionist_Flutter_App","owner":"pratikbaid3","description":"Flutter app that keeps track of in-game progress in PS4 and Xbox One games. It tracks all the achieved trophies and provides tips and tricks to achieve the rest.","archived":false,"fork":false,"pushed_at":"2022-01-18T06:25:44.000Z","size":221835,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-04T23:25:18.600Z","etag":null,"topics":["game","hacktoberfest","playstation-4","ps4","trophy","xbox-one"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pratikbaid3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-08T14:41:20.000Z","updated_at":"2023-03-04T23:25:18.600Z","dependencies_parsed_at":"2022-09-25T06:20:30.001Z","dependency_job_id":null,"html_url":"https://github.com/pratikbaid3/Completionist_Flutter_App","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikbaid3%2FCompletionist_Flutter_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikbaid3%2FCompletionist_Flutter_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikbaid3%2FCompletionist_Flutter_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikbaid3%2FCompletionist_Flutter_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratikbaid3","download_url":"https://codeload.github.com/pratikbaid3/Completionist_Flutter_App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226084433,"owners_count":17571156,"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":["game","hacktoberfest","playstation-4","ps4","trophy","xbox-one"],"created_at":"2024-11-23T19:14:25.350Z","updated_at":"2024-11-23T19:14:25.946Z","avatar_url":"https://github.com/pratikbaid3.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Completionist (PS4 \u0026 Xbox Companion)\n\n![Group 6](https://user-images.githubusercontent.com/52864956/110070862-e9760f80-7da0-11eb-8676-79411f38d451.png)\n\u003ca href=\"https://play.google.com/store/apps/details?id=co.turingcreatives.game_trophy_manager\"\u003e\u003cimg src=\"images/google-play-badge.png\" alt=\"Google Play\" height=100px\u003e\u003c/a\u003e\n\nWant to get the most out of your PS4 and Xbox One games? Want to be incentivised to play? Completionist is the perfect place to grind your way through to the satisfying 100% completion mark. Track your in-game progress and all the trophies that you have achieved. Helpful tips and tricks present a nifty way to achieve the trophies and reach maximum completion. Happy Gaming\n\n\n\u003cimg src=\"https://user-images.githubusercontent.com/52864956/110071408-f9daba00-7da1-11eb-8faa-7f2763bf08e8.png\" width=250\u003e \u003cimg src=\"https://user-images.githubusercontent.com/52864956/110070985-30fc9b80-7da1-11eb-9d3d-fb68f4d5ad0d.png\" width=250\u003e \u003cimg src=\"https://user-images.githubusercontent.com/52864956/110070971-2a6e2400-7da1-11eb-8d30-d2449164cbc7.png\" width=250\u003e \u003cimg src=\"https://user-images.githubusercontent.com/52864956/110070987-31953200-7da1-11eb-913f-e6c467b5d530.png\" width=250\u003e \u003cimg src=\"https://user-images.githubusercontent.com/52864956/110070989-322dc880-7da1-11eb-975d-2ce90e126400.png\" width=250\u003e\n\n## Introduction\n\nThe app is a collection of latest PS4 \u0026 Xbox(Coming Soon!) games trophy and the ways to achieve it. Some of the additional functionality is the ability to star trophies and mark them as complete for future reference. We also have several video guides for some of the more critical trophies. The app has a Django backend and a sqlite database. \n\n## Usage\n\n1. Clone the repository from GitHub:\n\n```bash\ngit clone https://github.com/pratikbaid3/Completionist_Flutter_App\n```\n\n2. Navigate to project's root directory:\n\n```bash\ncd game_trophy_manager\n```\n\n3. Check for Flutter setup and connected devices:\n\n```bash\nflutter doctor\n```\n\n4. Clone and run the backend\n```bash\ngit clone https://github.com/pratikbaid3/Completionist_Backend\n```\n\n5. Run the app:\n\n```bash\nflutter run\n```\n\n## Contributing\n\nContribution to the project can be made if you have some improvements for the project or if you find some bugs.\nYou can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.\n\nPlease make sure you specify the commit type when opening pull requests:\n\n```\nfeat: The new feature you're proposing\n\nfix: A bug fix in the project\n\nstyle: Feature and updates related to UI improvements and styling\n\ntest: Everything related to testing\n\ndocs: Everything related to documentation\n\nrefactor: Regular code refactoring and maintenance\n```\n\n## License\n\nThe project is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). The license can be found [here](LICENSE).\n\n## Flutter\n\nFor help getting started with Flutter, view\n[online documentation](https://flutter.dev/docs), which offers tutorials,\nsamples, guidance on mobile development, and a full API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikbaid3%2Fcompletionist_flutter_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratikbaid3%2Fcompletionist_flutter_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikbaid3%2Fcompletionist_flutter_app/lists"}