core/api/flutter_gemma library

Classes

FlutterGemma
Modern API facade for Flutter Gemma
GemmaRag
RAG (retrieval-augmented generation) operations, reached via FlutterGemma.rag. Thin, stateless delegator over the vector store; opt-in (see FlutterGemma.rag). Modelled as a single const instance purely to give the operations a rag. namespace on the facade — it holds no state and is not itself a test seam. To fake RAG in tests, substitute FlutterGemmaPlugin.instance (which every method here delegates to).