dartantic_firebase_ai 0.2.0
dartantic_firebase_ai: ^0.2.0 copied to clipboard
Firebase AI provider for dartantic_ai. Provides access to Google's Gemini models through Firebase with App Check security and Firebase Auth integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dartantic_firebase_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dartantic_firebase_ai: ^0.2.0Alternatively, 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:dartantic_firebase_ai/dartantic_firebase_ai.dart';