google_gemini 0.0.1
google_gemini: ^0.0.1 copied to clipboard
Google Gemini SDK for Flutter
Google DeepMind Gemini #
Google Gemini is a set of cutting-edge large language models (LLMs) designed to be the driving force behind Google's future AI initiatives.
[img]
This package provides a powerful bridge between your Flutter application and Google's revolutionary Gemini AI. It empowers you to seamlessly integrate Gemini's capabilities into your app, unlocking a world of possibilities for building innovative, intelligent, and engaging experiences that redefine user interaction.
Features #
- ✅ Get Stated
- ❌ Create Gemini Instance
- ❌ Ask Gemini
- ❌ Gemini Response
- ❌ Gemini Methods & Properties
- ❌ Gemini multimodality
- ❌ Text
- ❌ Images
- ❌ Audio
- ❌ Code
Getting started #
To get the API key you have to create a Gemini account on the gemini website. Once you have to Gemini API key, you are ready to start building.
Create Gemini Instance #
final gemini = GoogleGemini(apiKey: "Your Gemini Api Key");
Ask Gemini #
gemini.ask("Who are you?").then((response){
print(response)
})
Gemini Response #
// In progress
Gemini Methods & Properties #
// In progress
Gemini multimodality #
// In progress
Text #
// In progress
Images #
// In progress
Audio #
// In progress
Code #
// In progress