Notice: You're viewing an old version of the Nylo documentation.
Consider upgrading your project to Nylo 6.x.
Introduction

Requirements



## Installing Flutter

To use Nylo, you'll need to have Flutter installed. Check out the Flutter docs for how to get set up.

Minimum Flutter version: v3.7.0

Minimum Dart version: v2.19.0


You can check your Flutter version by running the below command.

flutter --version

If your version is not higher than v3.7.0 then you can run the below to get a stable release.

flutter channel stable
flutter upgrade
flutter doctor -v

Set up an editor

Android Studio or VSCode are great options for a Flutter environment.

When your editor is ready, you can start building Flutter applications.