google_gemini 0.0.1 copy "google_gemini: ^0.0.1" to clipboard
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 #

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
65
likes
0
pub points
81%
popularity

Publisher

unverified uploader

Google Gemini SDK for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on google_gemini