dart_ai 0.0.1
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_aiWith Flutter:
$ flutter pub add dart_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_ai: ^0.0.1Alternatively, 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';