InBox Project is a feature-rich social media and messaging platform built using Flutter and Firebase. The app enables users to engage with each other through posts, likes, comments, and real-time messaging, offering a seamless and interactive experience.
- Secure email/password registration and login
- Firebase Authentication integration
- User profile with display name, profile picture, and status
- Account deletion feature for user privacy
- Create posts with images, videos, and text updates
- Like, comment, and reply to posts
- Follow/unfollow users
- Save posts for later viewing
- Search and discover other users
- Real-time chat powered by Firebase Cloud Messaging
- User presence: Show online/offline status
- Message reactions with an emoji picker
- Threaded replies: Reply to specific messages
- Message deletion: Remove messages for yourself or everyone
- Delete chat: clear entire conversation history
- Read receipts: "Seen" status for messages
- Auto-scroll on new messages
- Push notifications for messages and interactions
- Caching profiles, images, and other resources
- Animations with Rive and Lottie for a polished experience
- Improved loading performance when opening the app
- Image cropping before selection
- Flutter: Cross-platform UI development
- Firebase:
- Authentication (User management)
- Firestore (Database storage)
- Storage (Media storage & retrieval)
- Cloud Messaging (Real-time messaging & notifications)
- Crashlytics (Error handling & logging)
- Firestore batch transactions for optimized updates
- State Management: Bloc pattern
- Notifications for likes, comments, follows, etc.
- Video and voice calling in chat
- Group chat functionality
- Video and voice calling in group chat
- Send posts in chat
- Share profiles via chat and external apps
- Control dimensions of selected images & videos
- Dark mode for a comfortable viewing experience
- Infinite scroll pagination for posts
- Custom gallery display
- Post sharing
- Reply, like, and delete comments
- Support for GIFs, music, and location in posts
- 24-hour stories
- Web platform optimization
- Typing indicators in chat
- Deep linking support.
- Codebase cleanup and optimization
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/your-repo/inbox.git cd inbox_project