A Flutter-based chatbot app.
- Create and customize chatbots
- Chat interface with:
- Text input
- Voice input (speech-to-text)
- Image support
- GIF/Sticker support via Tenor
- Local storage using Hive
- Flutter SDK installed
- Android Studio or Xcode (for Android/iOS simulators)
- Emulator/device configured
Run the following commands in your terminal:
- flutter pub get
Then launch the app from: lib/main.dart
You can run it via your IDE or use command: flutter run