braid is a modern, declarative desktop UI framework (currently supporting Windows 10/11 and Linux) written in Dart. Its core concepts are strongly inspired by frameworks like React and especially Flutter.
Note
braid is currently in early development, highly experimental and has no stable API.
This repository contains the reference implementation, the Minecraft-specific implementation (written in Java and likely more stable) can, for now, be found in the braid-ui branch of the owo-lib repository.
Add a git dependency on braid to your pubspec:
dependencies:
braid_ui:
git:
url: https://github.com/gliscowo/braid_ui
ref: main # ideally, replace this with a concrete commit or tag reference