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

A Dart package to use LLMs to parse text into pre-defined data structures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add textured

With Flutter:

 $ flutter pub add textured

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

dependencies:
  textured: ^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:textured/textured.dart';
0
likes
140
points
153
downloads

Publisher

verified publisherbandgap.ai

Weekly Downloads

A Dart package to use LLMs to parse text into pre-defined data structures.

Homepage
Repository (GitLab)
View/report issues

Topics

#llm #text-parsing #json-schema

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dotenv, googleapis_auth, http

More

Packages that depend on textured