firebase_ai_tvos 0.0.1
firebase_ai_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the firebase_ai Flutter plugin, providing Firebase AI Logic (Gemini generative models) on Apple TV.
0.0.1 #
- Initial tvOS (Apple TV) implementation of
firebase_ai, ported fromfirebase_ai3.13.1 withflutter-tvos plugin portand finished by hand. Full API (Gemini Developer API viaFirebaseAI.googleAI()and Vertex AI viaFirebaseAI.vertexAI()); no tvOS feature disables. - Native layer is a single method channel (
getPlatformHeaders) — no Firebase native SDK dependency. Tracks thefirebase_core 4.11.xFlutterFire train.