'How to migrate this code in flutter from version 2.2.3 to latest version
I got the code from Github, but the code version is an old version(Around version 2.2.3 to 2.8.1 ). I'm now on version 2.10.3. How do I migrate this code to a new version?
Solution 1:[1]
if you want to update this project to lastest mean to null safety then update the version in the dependencies in pubspec.yaml file
then run:
flutter clean
flutter pub get flutter run
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | navidanchitrali |

