An open API service indexing awesome lists of open source software.

https://github.com/thecomputeguy/flutter-github-client

A windows desktop app that integrates with Github OAuth to act as a limited alternative client for Github. Built to understand and work with Flutter for desktop app development
https://github.com/thecomputeguy/flutter-github-client

flutter

Last synced: about 1 month ago
JSON representation

A windows desktop app that integrates with Github OAuth to act as a limited alternative client for Github. Built to understand and work with Flutter for desktop app development

Awesome Lists containing this project

README

          

# Flutter Github Client

A windows desktop app that integrates with Github OAuth to act as a limited alternative client for Github. Built to understand and work with Flutter for desktop app development

## Getting Started

### Prerequisites
Need flutter SDK as well as Visual Studio to build and run the app

### Debug and build

To debug, run the following command in your terminal:
```
flutter run
```
To build, run the following command in your terminal:
```
flutter build windows
```