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

Professional Flutter AI SDK with unified API for multiple providers (OpenAI, Google AI, XAI). Enterprise patterns with caching and retry logic.

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.2.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

Professional Flutter AI SDK with unified API for multiple providers (OpenAI, Google AI, XAI). Enterprise patterns with caching and retry logic.

Repository (GitHub)
View/report issues

Topics

#ai #flutter #openai #llm #sdk

Documentation

Documentation

License

unknown (license)

Dependencies

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

More

Packages that depend on ai_providers