Completionist build in Flutter
"Completionist" is a app that tracks in-game progress in PS4 and Xbox One Games. Tracks all the achieved trophies and provides helpful tips and tricks to achieve the test
- Clone the repository from GitHub:
git clone https://github.com/pratikbaid3/PSN_XBOX_TrophyManager
- Navigate to project's root directory:
cd game_trophy_manager
- Check for Flutter setup and connected devices:
flutter doctor
- Run the app:
flutter run
Contribution to the project can be made if you have some improvements for the project or if you find some bugs. You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.
Please make sure you specify the commit type when opening pull requests:
feat: The new feature you're proposing
fix: A bug fix in the project
style: Feature and updates related to UI improvements and styling
test: Everything related to testing
docs: Everything related to documentation
refactor: Regular code refactoring and maintenance
The project is released under the MIT License. The license can be found here.
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.