Top

Chatify Documentation

Chatify Admin is a web application that manages Chatify web and application data. We can add users, manage chat wallpaper, sponsored status, and admin credentials like admob, agoratoken etc.

Create Project

Before you begin, make sure your development environment includes Flutter and Dart install in Android Studio or in Visual Studio or in Intelli J IDEA

Create project in Visual Studio:


  1. Now open your project, go to File -> Open -> select your project from location.
  2. Replace Project name and Package name Chatify with your name.
  3. Change Your title Name in main.dart
  4. ANDROID - Change Your App Name in AndroidManifest.xml
  5. IOS - Change Your CFBundle Name in Info.plist

Create project in Android Studio:


  1. Create new project, select flutter path -> select location where project create -> give your project name.
  2. Replace Project name and Package name Chatify with your name.

  3. Change Your title Name in main.dart
  4. ANDROID - Change Your App Name in AndroidManifest.xml
  5. IOS - Change Your CFBundle Name in Info.plist