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

add material app zoom transition #98

Closed shreyas1599 closed 4 years ago

shreyas1599 commented 4 years ago

Implements #94 - zoom transition for MaterialApp

(aside) Hi @pd4d10. Sorry I was away for a long time. I'm free now to take up issues now.

shreyas1599 commented 4 years ago

Not sure why the build is failing. I ran dartfmt before pushing. Ran it again. File is unchanged. I haven't added lib/utils/request_serilizer.dart and lib/widgets/comment_item.dart. These files show up in the build error.

pd4d10 commented 4 years ago

It seems the format of dartfmt has a little different after Dart version upgraded.

pd4d10 commented 4 years ago

Thanks!