flutter_gemini
Flutter Google Gemini SDK. Google Gemini is a set of cutting-edge large language models (LLMs) designed to be the driving force behind Google's future AI initiatives.
3.0.0
2.8K downloads/mo
#4780 most downloaded on pub.dev
babakcode/flutter_gemini
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 3 months
Most releases are documented
notes for 6 of 9 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
16 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Dec 2023 to Nov 2024Releases
latest 16-
3.0.027 Nov 2024Nothing published for this version
-
3.0.0-dev.218 Nov 2024 pre-releaseNothing published for this version
-
3.0.0-dev.117 Nov 2024 pre-releaseNothing published for this version
-
2.0.509 Aug 2024 -
2.0.423 May 2024Nothing published for this version
-
2.0.4-dev.118 Feb 2024 pre-release -
2.0.317 Feb 2024 -
2.0.216 Feb 2024Nothing published for this version
-
2.0.108 Jan 2024 -
2.0.026 Dec 2023 -
2.0.0-dev-126 Dec 2023 pre-releaseRelease notes
Open source →-
Add new crucial features
-
streamGenerateContent
- The model usually gives a response once it finishes generating the entire output. To speed up interactions, you can opt not to wait for the complete result and instead use streaming to manage partial results.
-
batchEmbedContents
-
embedContent
- Embedding is a method that transforms information, like text, into a list of floating-point numbers in an array. Gemini enables the representation of text, such as words or sentences, in a vectorized form. This facilitates the comparison of embeddings, allowing for the identification of similarities between texts through mathematical techniques like cosine similarity. For instance, texts with similar subject matter or sentiment should exhibit similar embeddings.
-
Updates
-
textAndImage
- Convert the image property to the
images
- image: file.readAsBytesSync(), /// image + images: [file.readAsBytesSync()] /// list of images -
-
1.0.118 Dec 2023 -
1.0.016 Dec 2023 -
0.0.1-dev-415 Dec 2023 pre-releaseNothing published for this version
-
0.0.1-dev-215 Dec 2023 pre-releaseNothing published for this version
-
0.0.1-dev-115 Dec 2023 pre-releaseNothing published for this version