flow_ui 0.0.1
flow_ui: ^0.0.1 copied to clipboard
Chat UI widgets and the data contract for AI assistants in Flutter. Streaming-first, themeable, and backend-agnostic, with no third-party dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flow_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flow_ui: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flow_ui/flow_ui.dart';