pd4d10 / git-touch

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

refactor: ferry #171

Closed pd4d10 closed 3 years ago

pd4d10 commented 3 years ago

Use ferry to handle GitHub GraphQL API

shreyas1599 commented 3 years ago

Hi @pd4d10 I wanted to try out this on my local machine. It seems more easy to use than artemis (I'll open another PR after you merge this to migrate the remaining REST implementations to GraphQL).

Each time I run this: flutter pub run build_runner watch --delete-conflicting-outputs it takes around 15 minutes after making a change to github.graphql. Is this normal? Or should I execute something else after the initial run so it executes faster?

pd4d10 commented 3 years ago

Yeah, sometimes it is slow in my machine, but not long as 15min. I also have no idea about how it works

Found an issue that could include some clues

https://github.com/dart-lang/build/issues/1414