Saransh-cpp / BookRentApp-Chapter3

An app where you can rent some books!
12 stars 27 forks source link

fixes: #115 fixed renderflex overflow #131

Closed noman2002 closed 2 years ago

noman2002 commented 2 years ago

Program

Issue

Fixes #115

Description

fixed renderflex overflow by adding singlechildcroll view

Type of change

You can write manually also

Screenshot

Checklist:

noman2002 commented 2 years ago

@Saransh-cpp please review it and merge it I have made the required changes.

noman2002 commented 2 years ago

@Saransh-cpp Please merge it. I have to create another PR for different issue.

Saransh-cpp commented 2 years ago

@noman2002 you can create the next PR, I will review this when I get the time

noman2002 commented 2 years ago

Will the code not get pushed to this PR ?

Saransh-cpp commented 2 years ago

Create a PR from a new branch, you should never commit on the main/master branch -

git branch <branch_name>   # create a new branch
git checkout <branch_name>  # checkout to the new branch
# make your changes, add, commit, push and create a new PR