flint_client_web library
Classes
- AIMessage
- AIProvider
- Base AI provider — stores conversation history and context memory
- FlintClient
-
FlintResponse<
T> - FlintWebSocketClient
- GeminiChatCandidate
- GeminiChatContent
- GeminiChatPart
- GeminiChatResponse
- GeminiProvider
- GeminiResponse
- GeminiUsage
- HuggingFaceProvider
- HuggingFaceResponse
- OpenAIProvider
- OpenAIResponse
- StatusCodeConfig
Typedefs
-
AuthTokenProvider
= FutureOr<
String?> Function() - ErrorHandler = void Function(FlintError error)
-
JsonParser<
T> = T Function(dynamic json) -
RequestDoneCallback<
T> = void Function(FlintResponse< T> response, FlintError? error)