Skip to content

File Structure

After downloading the Sngine Messaging Apps zip file from CodeCanyon and extracting it, you will need the Source folder to build the apps.

The file structure of the source code inside this folder Source is as follows:

/android
/ios
/assets/ # App assets (images, icons, etc.)
/lib/
  └── common/
      └── config.dart # Main configuration file
      └── themes.dart # App theming
  └── routes/
  └── screens/ # All screens
  └── states/
  └── utilities/
  └── widgets/
  └── main.dart # Main file
/analysis_options.yaml
/pubspec.yaml