From ed24517b4359685b79b5bc4f89bc5342d99130af Mon Sep 17 00:00:00 2001 From: Ahmed Atef Fathi Date: Tue, 9 Dec 2025 15:38:57 +0200 Subject: [PATCH] Update README.md ### Add Google Generative AI Dart to Machine Learning section This PR adds the official Dart/Flutter SDK for Google AI (Gemini) to the Machine Learning section. The package provides: - Text generation (LLMs) - Multimodal input/output - Embeddings API - Image understanding & vision tasks - Fully supported by Google and regularly updated Repository: https://github.com/google-gemini/generative-ai-dart This addition enhances the Machine Learning category with a modern, actively maintained AI package that enables advanced AI capabilities directly in Flutter and Dart applications. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 311cb85c..bb0ddfc8 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [MLKit](https://github.com/azihsoyn/flutter_mlkit) [388⭐] - Firebase Machine Learning Kit by [Naoya Yoshizawa](https://github.com/azihsoyn). - [m2cgen](https://github.com/BayesWitnesses/m2cgen) [2915⭐] - CLI tool to convert ML models into native Dart code by [BayesWitnesses](https://github.com/BayesWitnesses). +- [Google Generative AI Dart](https://github.com/google-gemini/generative-ai-dart) [3674⭐] - Official Dart/Flutter SDK for Google AI (Gemini) supporting text generation, embeddings, multimodal input/output, and AI-powered features by Google. + ### Vision