flatnews
  • Introduction
  • Overview
    • About FlatNews
    • Key Features
  • WordPress Setup
    • Install Plugins
      • Install Flat News API
      • Advanced Custom Fields(ACF)
  • App Setup
    • Flutter Installation
    • Code Setup
    • App Setup
      • Change Package Name
      • Change App Name
      • Change App Icon
      • Update Website URL
      • Change App Theme Color
      • Google Admob
      • Run the App
    • Build APK & Publish App
      • Generate signing key
      • Publish App to Google Play
  • Additional
    • Support
    • Changelog
Powered by GitBook
On this page
  1. App Setup
  2. App Setup

Change Package Name

Android Package Name

Go to your IDE and run the following command from your IDE terminal by changing the package name with yours.

flutter pub run change_app_package_name:main com.yourapp.package.name

Don’t forget to replace com.new.package.name with your package name.

PreviousApp SetupNextChange App Name

Last updated 8 months ago