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
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation change
Screenshot
NA
Checklist:
[x] My code follows the style guidelines of this project
[x] The app runs properly
[x] I have performed a self-review of my own code
[x] I have formatted and commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
@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 .
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: