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

router: RouterScreen handler parameters #152

Closed shreyas1599 closed 3 years ago

shreyas1599 commented 3 years ago

The RouterScreen handler parameters have several different names. Some of them are (_,p) (context, p) (context, parameters) (context, params) etc. Perhaps we could make all of them (context, parameters) for some form of uniformity. What do you think @pd4d10 ?

pd4d10 commented 3 years ago

Yeah, it is better to keep consistency.