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

fix: move controller outside build #70

Closed pd4d10 closed 4 years ago

pd4d10 commented 4 years ago

Hi, @shreyas1599

I've noticed that the controller would regenerate on every build. Changing it to class variable so it could be reused.

pd4d10 commented 4 years ago

OK, let's track this in that PR.