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

Community-contributed providers for the Flutter AI Toolkit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ai_providers

With Flutter:

 $ flutter pub add flutter_ai_providers

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

dependencies:
  flutter_ai_providers: ^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:flutter_ai_providers/flutter_ai_providers.dart';
12
likes
0
points
61
downloads

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

Community-contributed providers for the Flutter AI Toolkit.

Repository (GitHub)
View/report issues

Topics

#ai #chat #llms

License

unknown (license)

Dependencies

anthropic_sdk_dart, flutter, flutter_ai_toolkit, http, ollama_dart, openai_dart

More

Packages that depend on flutter_ai_providers