streaming_gen_ui 0.0.1-alpha.1
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_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.0.1-alpha.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:streaming_gen_ui/streaming_gen_ui.dart';