Ultimate WA Status Saver Documentation

Status Saver App

Welcome to the documentation of Status Saver

Updated: 16/02/2024

Created: 01/12/2023

Version: 1.0.0.1

by: Marsad

Thank you for purchasing My Flutter Application (Status Saver App). If you have any questions that are beyond the scope of this help file, please feel free to message us via the contact form. Thank you so much!

Status Saver App Features

  • Save photos and videos from WA status
  • Lock saved photos and videos
  • Hide saved photos and videos from the gallery
  • Fingerprint Lock
  • Lightweight and easy to use
  • Simple and intuitive interface
  • Light and Dark Mode
  • User-Friendly Interface
  • Beautiful UI

Getting Started

Before doing the installation, you need to do the following things:

  • Install tools required for developing Flutter apps such as Flutter SDK and VS Code. For an updated tutorial about installing, you can see and download it from the Flutter official website.
  • If you do all the things above, you can go to the next step.

Import Project

  • Unzip the “Status Saver App” project file
  • Open VS Code -> Open Folder
import flutter project in vs code
import flutter project in vs code

A window will open -> Browse to the directory where you place the “Status Saver” project -> Open

  • Wait for a few minutes until all process has finished.
  • Click on the Get Packages button or
  • run the command in the vs code terminal flutter pub get
get packages in flutter project
Get packages in the Flutter project

You are ready to go to the next step.

Change Package Name

  • Open vs code terminal
  • run the commands
flutter pub get

flutter pub run change_app_package_name:main com.package.name

“com.package.name” will be your new package name.

Change package name in Flutter
Change package name in Flutter

Change App Name

Open VS Code -> android -> app -> src -> main -> AndroidManifest.xml

android:label="Status Saver"

Change App Icon

  • Replace the image assets -> Status Saver.png with a new image with the same name.
  • Open the VS Code terminal and run
flutter pub get

flutter pub run flutter_launcher_icons:main

Build Release File (APK/AAB)

To generate an aab/apk exportable file run the following commands in the VS Code Terminal

flutter build apk

for app bundle

flutter build appbundle

For more info about signing app or generating keystore file, head to the official docs