ai_sdk_flutter 0.1.2
ai_sdk_flutter: ^0.1.2 copied to clipboard
A Flutter package that consumes Vercel AI SDK v5 streams, providing chat functionality, tool calling, and streaming capabilities for AI-powered applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_sdk_flutter: ^0.1.2Alternatively, 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:ai_sdk_flutter/ai_sdk_flutter.dart';