Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`