Skip to content

Setup enviroment

Setup SDK

This UI kit is written in Flutter so you will need Flutter SDK to run this application.

Below are steps to install Flutter SDK based on your OS.

After installing Flutter, You need to install Android SDK or iOS SDK.

Setup an Editor

You will need an IDE to use Flutter more efficiently. Of course you can use Android studio from previous section.

We suggest VSCode But you can use any other IDE which supports Flutter.

Flutter website has a list of supported IDEs and instructions are available here.

After installing VSCode, Install flutter plugins.

Then you will be able to run the UI Kit immediately (Run application)[]