dart_ai 0.0.1 copy "dart_ai: ^0.0.1" to clipboard
dart_ai: ^0.0.1 copied to clipboard

The extendable AI toolkit for Dart, providing a clean and type-safe interface for working with AI language models, inspired by Vercel's AI SDK for TypeScript.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_ai

With Flutter:

 $ flutter pub add dart_ai

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

dependencies:
  dart_ai: ^0.0.1

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:dart_ai/dart_ai.dart';
1
likes
150
points
21
downloads

Publisher

verified publishertetr.app

Weekly Downloads

The extendable AI toolkit for Dart, providing a clean and type-safe interface for working with AI language models, inspired by Vercel's AI SDK for TypeScript.

Repository (GitHub)
View/report issues

Topics

#ai #ai-sdk #gemini #mistral #openai

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on dart_ai