GitHub UI written in Flutter for educational purposes only.
- Clone repository
- Run flutter packages get to retrieve all required dart packages.
- Run flutter packages pub run build_runner build to generate DTO classes.
- Enter your personal GitHub API Key to lib/network/github_api.dart.
- Run the application and have fun.