📄️ Ads
Admob:
📄️ Chat
Our chat module, which lives in lib/core/ui/chat contains the entire chatting functionality, including groups. Being properly modularized, the chat codebase can easily be integrated into any existing Flutter app, with only a few lines of code.
📄️ Authentication Module
Overview
📄️ User Reporting
User reporting and blocking are essential features required by both Apple and Google for mobile applications where users can create and share content. This functionality is crucial for:
📄️ Video Chat
Overview
📄️ User Profile
The profile module, located in lib//ui/profile/, manages user profile functionality in the app. This overview provides a brief description of the main components and their purposes.
📄️ In-app Purchases
We have managed In-App purchases for iOS and Android with “inapppurchase” library. This library enables us to manage In-App purchases smoothly for both Android and iOS.