By Flutter create application.
- Android
- iOS
- Web
- Windows
- MacOS
- Linux
� If you want to contribute this repository, you need to know:
- Flutter
- Git
- NKUST API
Fork
repository to your GitHub account.- Checkout branch to
develop
.
$ git checkout develop
- Pick a issue what you want to solve.
- Create a branch for your pick issue.
$ git branch feature/issue-short-name
For example, if pick issue is Improve course layout. Branch name can naming to feature/improve-course-layout
.
- Download latest flutter version, and develop feature.
- Send a Pull Reqeust from
your branch
todevelop
.Very important
- Finally waiting to merged or discuss.