YaTang

Results 2 issues of YaTang

App name is 'Checkio' . Is a habit recording app. you can see the source code by https://github.com/designDo/flutter-checkio .

如果添加git hooks ,每次Check都要执行 compileDebugSources任务,会不会造成提交过慢。现在是直调用 LintGradleClient 的run方法,是否可以去掉 fnLintTask.dependsOn(compileSources)?