git-touch-android-ios-app/README.md

65 lines
2.7 KiB
Markdown
Raw Normal View History

# GitTouch
2018-04-18 14:38:28 +02:00
Open source GitHub client built with Flutter
2018-04-18 14:38:28 +02:00
2019-02-13 03:47:30 +01:00
<p>
<a href="https://itunes.apple.com/us/app/gittouch/id1452042346">
2019-09-23 16:09:32 +02:00
<img alt="Download on the App Store" title="App Store" src="https://raw.githubusercontent.com/pd4d10/git-touch/master/assets/app-store-badge.png" height="60" />
2019-02-13 03:47:30 +01:00
</a>
<a href="https://play.google.com/store/apps/details?id=io.github.pd4d10.gittouch">
2019-09-23 16:09:32 +02:00
<img alt="Get it on Google Play" title="Google Play" src="https://raw.githubusercontent.com/pd4d10/git-touch/master/assets/google-play-badge.png" height="60" />
2019-02-13 03:47:30 +01:00
</a>
</p>
## Installation
Click badges above to install it from Apple App Store or Google Play.
Android users can also download APK file from [release page](https://github.com/pd4d10/git-touch/releases) and install it manually.
2019-02-12 09:05:28 +01:00
## Screenshots
2019-02-13 03:47:30 +01:00
<p>
2019-10-03 09:25:53 +02:00
<img src="assets/screenshot-ios.png" alt="iOS screenshot" width="400" />
<img src="assets/screenshot-android.png" alt="Android screenshot" width="400" />
2019-02-13 03:47:30 +01:00
</p>
2019-02-12 09:05:28 +01:00
## Contributing
2018-04-18 14:38:28 +02:00
### UI Design
GitTouch use Flutter's builtin material and cupertino widgets. If you have any thoughts about UI design, feel free to open an issue to discuss about it.
### Bug report or feature request
2019-02-14 06:02:53 +01:00
A screenshot would be great if it is a bug report.
### Bug fixes or new feature
2019-09-23 16:09:32 +02:00
Pull requests are welcome.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2019-12-16 12:31:31 +01:00
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
2019-10-13 05:38:57 +02:00
<table>
<tr>
2019-12-16 12:31:31 +01:00
<td align="center"><a href="https://github.com/pd4d10"><img src="https://avatars0.githubusercontent.com/u/9524411?v=4" width="100px;" alt=""/><br /><sub><b>Rongjian Zhang</b></sub></a><br /><a href="https://github.com/pd4d10/git-touch/commits?author=pd4d10" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/anticafe"><img src="https://avatars1.githubusercontent.com/u/340836?v=4" width="100px;" alt=""/><br /><sub><b>anticafe</b></sub></a><br /><a href="https://github.com/pd4d10/git-touch/commits?author=anticafe" title="Code">💻</a></td>
<td align="center"><a href="https://soundcloud.com/mirkancal13"><img src="https://avatars2.githubusercontent.com/u/26160059?v=4" width="100px;" alt=""/><br /><sub><b>Mirkan Çalışkan</b></sub></a><br /><a href="https://github.com/pd4d10/git-touch/commits?author=mirkancal" title="Code">💻</a></td>
2019-10-13 05:38:57 +02:00
</tr>
</table>
2019-12-16 12:31:31 +01:00
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
2019-09-23 16:09:32 +02:00
Apache License 2.0