Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 831 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 831 Bytes

Flutter ChatGPT App

This repository contains the code for a chat application built with Flutter that interfaces with OpenAI's ChatGPT using the chat_gpt_sdk package. The app provides a smooth and engaging user experience, leveraging the dash_chat_2 package to create a chat interface where users can converse with the AI.

Video

video_2024-01-07_19-52-56.mp4

Features

  • Chat Interface: Utilizes dash_chat_2 for a clean and intuitive chat UI.
  • ChatGPT Integration: Integrates with ChatGPT using chat_gpt_sdk to enable intelligent conversation.
  • Real-Time Interaction: Sends and receives messages in real-time with AI.
  • Cross-Platform: Runs on both Android and iOS thanks to Flutter's cross-platform capabilities.