pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

feat: contributor screen #64

Closed shreyas1599 closed 4 years ago

shreyas1599 commented 4 years ago

Partially completes #53

image image

Let me know if there are any changes to be made. Thanks.

pd4d10 commented 4 years ago

Great! Sorry for the late response. I'll take a look this weekend

pd4d10 commented 4 years ago

Hi, @shreyas1599 , you could run dartfmt --overwrite lib/**/*.dart to format code, so the CI step would not fail. If you are using IDE like VSCode or Android Studio, the format tool should already be built-in in the Flutter plugin.

pd4d10 commented 4 years ago

Thanks!