Ecosyste.ms: Awesome
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: 3 days 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
- Host: GitHub
- URL: https://github.com/thecomputeguy/flutter-github-client
- Owner: TheComputeGuy
- Created: 2022-02-22T13:10:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T13:21:10.000Z (over 2 years ago)
- Last Synced: 2023-07-30T07:40:23.263Z (over 1 year ago)
- Topics: flutter
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```