Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lohanidamodar/flutter_gemini
Chat with Gemini using Flutter
https://github.com/lohanidamodar/flutter_gemini
Last synced: 18 days ago
JSON representation
Chat with Gemini using Flutter
- Host: GitHub
- URL: https://github.com/lohanidamodar/flutter_gemini
- Owner: lohanidamodar
- Created: 2024-02-15T02:18:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T05:45:17.000Z (10 months ago)
- Last Synced: 2024-11-30T06:23:16.494Z (about 1 month ago)
- Language: C++
- Homepage: https://appwriters.dev/blog/google-generative-ai-with-flutter
- Size: 262 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Gemini App
A Flutter project to use Google's Generative AI model [Gemini](https://https://deepmind.google/technologies/gemini) to generate content.
This is also an example to showcase the use of [Generative AI Dart package](https://pub.dev/packages/google_generative_ai) to use the model in a Flutter applications.
## Follow the tutorial
- [https://appwriters.dev/blog/google-generative-ai-with-flutter](https://appwriters.dev/blog/google-generative-ai-with-flutter)
## Getting Started
- Clone the repository
- Rename the `lib/config.dart.example` to `lib/config.dart` and add your API key
- Run `flutter pub get`
- Run `flutter run`