GenkitG
Genkit9mo ago
25 replies
dual-salmon

Hey team,

Hey team,

I'm exploring the possibility of creating a quickstart guide for integrating Genkit into Flutter applications. I envision structuring it similarly to the excellent existing guides for Angular and Next.js, and would be grateful for your thoughts on whether this would be a welcome addition to the Genkit documentation.

For the section on calling Genkit flows from Flutter, my current thought is to demonstrate an approach using a straightforward HTTP client. This client would make requests to a Genkit backend that is deployed on platforms like Cloud Functions for Firebase, Cloud Run, etc. I've put together a small example of what such a client might look like, available here: https://github.com/nozomi-koborinai/flutter-imagen3/blob/master/lib/data/genkit_client.dart

Before I invest significant time in developing the full guide, I would greatly appreciate your perspective on a couple of points:
1. Would a Flutter quickstart guide, in general, be a valuable contribution at this stage?
2. If so, would documenting direct HTTP calls to Genkit flows from Flutter be an appropriate and helpful method to showcase in an official quickstart guide for the time being?

Your insights on these questions would be immensely helpful as I consider how best to proceed.

Thank you for your time and guidance.
Was this page helpful?