Dart Client for Genkit
A new Dart client library simplifies calling Genkit AI flows from Flutter/Dart applications. The package abstracts HTTP communication complexities, provides type-safe interfaces consistent with official Next.js and Angular clients, and supports streaming via Server-Sent Events. Key features include the RemoteAction class for flow representation, automatic JSON serialization with json_serializable, built-in authentication header support, and intuitive streaming with FlowStreamResponse. The library handles Genkit-specific conventions like wrapping requests in {'data': ...} and extracting responses from ['result'], eliminating boilerplate code for developers.