mentorship-flutter
mentorship-flutter copied to clipboard
feat: Removed tabs when user does not has any relation. Fix for issue #122
Description
Removed the App bar when the user has no relation.
Fixes #122
Flutter Channel:
- [ ] I have used the Flutter Beta channel on my local machine
Type of Change:
- Code
- Quality Assurance
- User Interface
Code/Quality Assurance Only
- New feature (Tab bar hides when user has no relation)
How Has This Been Tested?
https://drive.google.com/file/d/1AOvgBenhTe5d_GP-OcdszVjYKaufK1Jc/view?usp=sharing
Checklist:
- [x] My PR follows the style guidelines of this project
- [x] I have performed a self-review of my own code or materials
Screenshots
https://drive.google.com/file/d/1AHhAUJlfUkC1knQfMimfudXNhafD0Kig/view?usp=sharing
@justdvnsh can you add a gif showing this? also can you check if pull down to refresh works in that gif? Thank you for your contribution.
Description
Removed the App bar when the user has no relation.
Fixes #122
Flutter Channel:
* [ ] I have used the Flutter Beta channel on my local machine
Type of Change:
* Code * Quality Assurance * User Interface
Code/Quality Assurance Only
* New feature (Tab bar hides when user has no relation)
How Has This Been Tested?
https://drive.google.com/file/d/1AOvgBenhTe5d_GP-OcdszVjYKaufK1Jc/view?usp=sharing
Checklist:
* [*] My PR follows the style guidelines of this project * [*] I have performed a self-review of my own code or materials
FYI its - [ x ] to check the box in markdown
@Techno-Disaster Yeah. sure. I will add the GIF and thanks for the checkmark information.
@Techno-Disaster Hi. Here is the GIF.
https://drive.google.com/file/d/1AmVMmgejjUruhOwkitXTigLP5uXcecBM/view?usp=sharing
Also, how can i remove .idea files from the commit.
I tried git rm --cached -r .idea
but no luck !!
@justdvnsh Could you add the gif in the PR body itself? way more convenient for the other maintainers and myself to review. Also I'll manually test the PR later today and update. Thanks for your contribution
@Techno-Disaster The Gif is uploaded to google drive. I tried putting it in this PR body, but it is not happening. Only the link is being shared.
@Techno-Disaster The Gif is uploaded to google drive. I tried putting it in this PR body, but it is not happening. Only the link is being shared.
You should try adding the gif directly to the markdown not google drive, check this out
Hi. @Techno-Disaster. I have changed the files according to the requested changes. Can you please review it now ?