/visus

A modern UI language using the right tool-set for the job Flutter

Primary LanguageDart

Visus

Help to fund this project and get things done to delivery a good quality project.

https://ko-fi.com/ktfth

Description

Flutter screens made easy.

The compiler is made to create screens with less friction.

Usage

fvm dart run bin\visus.dart samples\screen.vs

With this command, you can read and evaluate the UI program compiling a screen in flutter.

The following content is present on the samples\screen.vs file:

scaffold {
  appbar {
    title: "Visus"
  }
  body {
    column [
      button {
        text: "Click me to visualize!"
      }
    ]
  }
}