📚 Documentation · 🧩 Playground · 📦 pub.dev
Flutter UI library for AI chat interfaces, and the StacFlow SDK built on it.
This repository is a Dart pub workspace.
| Package | What it is | Status |
|---|---|---|
packages/flow_ui |
The chat and assistant UI component library | |
packages/stacflow |
Streaming AI chat on flow_ui with Gemini, OpenAI and Claude using your own key: StacFlowChat and StacFlowChatView |
0.1.0, publishes after flow_ui 0.4.0 |
Also here: playground/, every component on a stage, hosted at flowui.stac.dev/playground; docs/, the site; contracts/, the SDK wire contract, with its codegen in tool/.
flutter pub get # resolves the whole workspace
dart run melos run analyze
dart run melos run test
cd playground && flutter run -d chromePackage docs: flow_ui README. Licensed under MIT.