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

Requirements

Installing Flutter

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

Minimum Flutter version: v3.24.0

Minimum Dart version: v3.4.0


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

flutter --version

If your version is not higher than v3.24.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.