A new Flutter project.
CM BOT is a Flutter-based AI chat application that uses the Groq API to provide intelligent, reasoning-based responses in real-time. It features a sleek splash screen, a clean chat interface, and is designed to be lightweight and responsive.
- Splash screen with CM BOT branding
- Real-time AI chat powered by Groq API
- Free-tier compatible for testing and development
- Easy to extend for advanced AI models and reasoning tasks
- Flutter-friendly and cross-platform (Android, iOS, Web)
lib/
├── main.dart # App entry point
├── screens/
│ ├── splash_screen.dart # Splash screen
│ └── chat_screen.dart # Chat UI
├── services/
│ └── groq_api.dart # Groq API integration
└── utils/
└── constants.dart # API key, model, endpoint