streaming_gen_ui 0.0.1-alpha.1 copy "streaming_gen_ui: ^0.0.1-alpha.1" to clipboard
streaming_gen_ui: ^0.0.1-alpha.1 copied to clipboard

[WIP] A powerful Dart package for streaming and decoding JSON data from LLMs in real-time, with built-in support for converting streamed data into Flutter widgets.

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.0.1-alpha.1

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';
0
likes
140
points
106
downloads

Publisher

unverified uploader

Weekly Downloads

[WIP] A powerful Dart package for streaming and decoding JSON data from LLMs in real-time, with built-in support for converting streamed data into Flutter widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, llm_json_stream

More

Packages that depend on streaming_gen_ui