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

Return to home once tab in bottom bar is clicked #54

Closed shreyas1599 closed 4 years ago

shreyas1599 commented 4 years ago

In the Cupertino theme while navigating within a tab bar, on clicking the bottom bar when inside a particular bottom bar item, we could return to the home screen. This is especially useful when you are inside a repository and have to go back several times to return to the home screen.

Example:

This is home.

image

I'm inside the issues of a repository and want to back to news home. If I click on the News tab it takes me back to the starting screen(previous image).

image

In Material bottom bar is not visible, so we could do it only for Cupertino.

pd4d10 commented 4 years ago

Good point. I think we could do this!