This project is a comprehensive task management and AI-driven chatbot application built using Flutter. It combines task management capabilities with an AI assistant.
- User Authentication: Secure user authentication with Supabase.
- Task Management: Create, update, and delete tasks and notes.
- AI Assistant: Integration with Google Generative AI for chatbot functionality.
- Image Upload: Upload and display images using the image picker and cached network image.
- Push Notifications: Support for push notifications.
- Cross-Platform: Runs on Android, iOS, Web, macOS, Linux, and Windows.
-
Clone the repository:
git clone https://github.com/Ahnaf-nub/Task-manager-bot.git cd Task-manager-bot
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run