Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.17 KB

File metadata and controls

25 lines (18 loc) · 1.17 KB

Chat Bot App

This chat bot app is made using Flutter & Dart. It uses Gemini API (a Generative Language API) that helps developers build genAI applications using Gemini models. This project utilizes Gemini 2.0 Flash model.

Dependencies

The following dependencies were used in this project-

  • http: ^1.4.0
  • provider: ^6.1.5
  • gpt_markdown: ^1.0.19
  • animated_text_kit: ^4.2.3 (refer to the pubspec.yaml file for more details)

Note

  • Refer to "commit_1" files for API integration and other UI elements (like chat bubble)
  • Refer to "Final-UI&Working" commit for the final changes in the UI.

Images

Working

A video showing the working of the chat bot-

Screen_Recording_20250518_132052.mp4