First commit By Shakti#3
Open
spmshakti wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An android application of tours and travels has been made by me using flutter. It consists of two pages. One is home page and another is details page.
First page or the home page has the following features:
1)Cards are horizontally scrollable and clicking on it takes us to second page.
2)Labels which are horizontally scrollable but not clickable.
3)View All is not-functional.
4)Bottom navigation bar which has four icons and clicking on any of the icon highlights the icon.
5)Cards under popular destination are vertically scrollable and clicking on it will navigate us to details page.
Second page or the details page has the following features:
2)Description of the page
3)Images under preview section are horizontally scrollable but not clickable.