streaming_gen_ui 0.2.0 copy "streaming_gen_ui: ^0.2.0" to clipboard
streaming_gen_ui: ^0.2.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_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  streaming_gen_ui: ^0.2.0

Alternatively, 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';
4
likes
150
points
62
downloads

Documentation

API reference

Publisher

verified publishervincentsanicolas.me

Weekly Downloads

A high-performance streaming Generative UI engine for Flutter. Render interactive components reactively as raw LLM streams flow in character-by-character.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, llm_json_stream, llm_tag_parser

More

Packages that depend on streaming_gen_ui