Notice: You're viewing an old version of the Nylo documentation.
Consider upgrading your project to Nylo 5.20.0.
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.0.0

Minimum Dart version: v2.17.0


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

flutter --version

If your version is not higher than v2.8.0 then you can run the below to get on a stable release.

flutter channel stable
flutter upgrade
flutter doctor -v


Set up an editor

Android Studio or VSCode are great options for Flutter development.

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