Saransh-cpp / BookRentApp-Chapter3

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

removed the warning regarding migration #108

Closed Pranav108 closed 2 years ago

Pranav108 commented 2 years ago

Program

Issue

Fixes #106

Description

When I was trying to run the app I was getting a warning regarding version upgrade .I though to fix it but before improving a minute change helps me to get rid of that warning and everything in app seems working fine. I followed these instructions If that doesn't wok then try after updating your sdk to 31 from inside project structure and update module accordingly.

Type of change

You can write manually also

Screenshot

NA

Checklist:

letsintegreat commented 2 years ago

One of the lines changed in this PR seems to be causing an error while building.

Pranav108 commented 2 years ago

@letsintegreat try to use this coimpilesdkversion 31 and updated flutter version (and from the file/projectStructure too) , the line that you mention is the reason to remove the occurred warning in issue #106 , as you can find here .