streaming_gen_ui 0.1.0
streaming_gen_ui: ^0.1.0 copied to clipboard
A high-performance streaming Generative UI engine for Flutter. Render interactive components reactively as raw LLM streams flow in character-by-character.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add streaming_gen_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
streaming_gen_ui: ^0.1.0Alternatively, 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:streaming_gen_ui/streaming_gen_ui.dart';