Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 373 Bytes

fluthub

GitHub UI written in Flutter for educational purposes only.

Installation

  1. Clone repository
  2. Run flutter packages get to retrieve all required dart packages.
  3. Run flutter packages pub run build_runner build to generate DTO classes.
  4. Enter your personal GitHub API Key to lib/network/github_api.dart.
  5. Run the application and have fun.