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

https://github.com/backmesh/flutter-chatgpt

ChatGPT-like Flutter App
https://github.com/backmesh/flutter-chatgpt

chatgpt flutter gemini-api

Last synced: about 1 year ago
JSON representation

ChatGPT-like Flutter App

Awesome Lists containing this project

README

          

# ChatGPT-like Flutter App

ChatGPT-like interface built on Flutter to target multiple platforms. [Live Demo](https://flutter-chatgpt.pages.dev).

![](./demo.gif)

## Architecture

- Firebase Firestore is used to preserve chats and messages with security rules to ensure that only authenticated users can read or write their data.
- Firebase Authentication is used to let users log in using email.
- There is no backend or secrets. Google Gemini API is safely called using a [Backmesh](https://backmesh.com) API Proxy.