AI Chat App is a Flutter-based application that interacts with the Google Gemini API. It supports both dark and light modes, allows you to clear current and new chats, and provides responses in Markdown format. The app also memorizes previous messages to maintain context.
- Markdown Responses: Responses from the AI come in Markdown format.
- Message History: The app can remember previous messages.
- Dark Mode & Light Mode: Toggle between dark and light themes.
- Clear Chat: Option to clear current chat and start a new conversation.
To get started with the AI Chat App, follow these steps:
-
Clone the Repository:
git clone https://github.com/dizzpy/Gemini-Ai-ChatApp.git cd ai_chat_app
-
Add Your Gemini API Key:
- Open
lib/const/api_key.dart
. - Add your Gemini API key in the
apiKey
variable.
final String apiKey = 'YOUR_GEMINI_API_KEY_HERE';
- Open
-
Install Dependencies:
flutter pub get
-
Run the App:
flutter run
- Toggle Dark/Light Mode: Use the icon in the app bar to switch between dark and light themes.
- Start a New Chat: Use the "New Chat" button to clear the current chat and begin a new conversation.
- View Responses: Responses from the AI will be displayed in Markdown format.
This project is licensed under the MIT License - see the LICENSE file for details.