flutter_ai_provider_anthropic 0.1.12 copy "flutter_ai_provider_anthropic: ^0.1.12" to clipboard
flutter_ai_provider_anthropic: ^0.1.12 copied to clipboard

Anthropic (Claude) LlmProvider for flutter_ai: streams the Messages API (text, extended thinking, tool use) as flutter_ai_core AiStreamEvents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ai_provider_anthropic

With Flutter:

 $ flutter pub add flutter_ai_provider_anthropic

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

dependencies:
  flutter_ai_provider_anthropic: ^0.1.12

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:flutter_ai_provider_anthropic/flutter_ai_provider_anthropic.dart';
0
likes
160
points
544
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Anthropic (Claude) LlmProvider for flutter_ai: streams the Messages API (text, extended thinking, tool use) as flutter_ai_core AiStreamEvents.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #llm #anthropic #claude #chatbot

License

BSD-3-Clause (license)

Dependencies

fetch_client, flutter_ai_core, http

More

Packages that depend on flutter_ai_provider_anthropic