I recently downloaded Flutter version 3.22.0, but my manager provided me with a project that was built using Flutter version 3.16.0. Due to this version mismatch, I am encountering several issues and errors in the project.
I am considering two possible solutions:
Downgrade my Flutter SDK from 3.22.0 to 3.16.0 to match the project’s version.
Upgrade the project from 3.16.0 to 3.22.0 to use the latest version of Flutter.
Could anyone advise on the best approach to resolve this issue? If downgrading or upgrading is the solution, could you please provide detailed steps on how to perform the chosen action?
Any help or guidance on this matter would be greatly appreciated. Thank you!