Open reasje opened 1 week ago
We will need to update the following :
Dev log: We have no big change from current Flutter version to the latest version that could break the project so I moved to latest right from here so Flutter version updated to 3.24.5.
Dev log: Resolved initial dependency conflicts, I used method dependency override. Reviewed and merged suggested syntax changes after the Flutter upgrade from VSCode.
Dev log: Also fixed syntax issues on local auth package after disconnecting the use of dependency from local and changing It to remote. Also fixed syntax issues on some of the UI components after the upgrade.
Dev log: Some of dependency override have problems. I fixed them by overriding a compatible version and also with removing the override and using compatible version in the required place.
Dev log: Errors on dependency's dependency which are incompatible with the new Flutter version. Fixed them by finding the dependency causing this error by looking at deps tree and upgrading to newer version.
We need to update the Flutter version in order to :