Installing Flutter SDK

Since this project uses flutter SDK, you must install flutter sdk. Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, macOS, Windows, Google Fuchsia, and the web from a single codebase. To instll flutter in your device follow this link and install flutter sdk. Make sure to use recent flutter sdk or else the project may not properly run. Install flutter as per your need, if you need have windows then install flutter for windows and if you need it for both platforms you will need to install flutter for both the platforms. Click on the link below to install flutter SDK.

Last updated