ai_providers 1.4.0 copy "ai_providers: ^1.4.0" to clipboard
ai_providers: ^1.4.0 copied to clipboard

Unified AI provider integration for Flutter - OpenAI, Google AI, xAI, Android native TTS with consistent API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ai_providers

With Flutter:

 $ flutter pub add ai_providers

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

dependencies:
  ai_providers: ^1.4.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:ai_providers/ai_providers.dart';
0
likes
0
points
213
downloads

Publisher

unverified uploader

Weekly Downloads

Unified AI provider integration for Flutter - OpenAI, Google AI, xAI, Android native TTS with consistent API.

Repository (GitHub)
View/report issues

Topics

#ai #flutter #openai #llm #sdk

Documentation

Documentation

License

unknown (license)

Dependencies

audioplayers, crypto, flutter, flutter_dotenv, flutter_tts, http, path, path_provider, record, shared_preferences, speech_to_text, yaml

More

Packages that depend on ai_providers