-
The Sharing Cooks app runs on Flutter version 3.3.8. To check the flutter version and channel installed in your machine run
flutter --version
. -
To switch from another channel of Flutter to the stable channel run
flutter channel stable
. -
To install Flutter version 3.3.8 run
flutter version v3.3.8
.
Looks like we are done with the prerequisites :-)
-
Use
git clone git@github.com:EugeneDevv/Sharing-Cooks.git
to clone this project. -
Navigate into the project directory.
-
Easy, just run
flutter run