flutter_gemma 0.1.1 flutter_gemma: ^0.1.1 copied to clipboard
The plugin allows running the Gemma AI model locally on a device from a Flutter application.
0.0.1 #
- Initial release
0.0.2 #
- Added description in Readme.md
- Added opportunity to setup a model before initiation
0.0.3 #
- Added getResponseAsync method
0.0.4 #
- Updated example
- Updated readme
0.1.0 #
- Added web support
- Added opportunity to set randomSeed, topK and temperature
- Example updated
0.1.1 #
- Updated example