prompt_block 0.1.0 copy "prompt_block: ^0.1.0" to clipboard
prompt_block: ^0.1.0 copied to clipboard

A package for creating and managing prompt blocks in AI applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add prompt_block

With Flutter:

 $ flutter pub add prompt_block

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

dependencies:
  prompt_block: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:prompt_block/prompt_block.dart';
0
likes
150
points
155
downloads

Publisher

unverified uploader

Weekly Downloads

A package for creating and managing prompt blocks in AI applications.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

fast_immutable_collections, freezed_annotation, json_annotation, rxdart, uuid

More

Packages that depend on prompt_block