Rename Flutter Project Bundle ID Plugin with Firebase Project Support

Overview

About (Null-Safety)

It helps you to change your flutter project's AppName and BundleId for different platforms, currently only available for IOS, Android, macOS and Web

Supported Platforms

You can change the bundleId and appName in following folders

  • IOS
  • Android
  • MacOS
  • Linux
  • Web

Installation

pub global activate rename

Default Usage

if you dont pass -t or --target parameter it will try to rename all available platform project folders inside flutter project.

Run this command inside your flutter project root.

    pub global run rename --bundleId com.onatcipli.networkUpp
    pub global run rename --appname "Network Upp"

Custom Usage

if you want to run commands directly (without using pub global run) ensure you add system cache bin directory to your path

    rename --appname yourappname -t ios

or

    pub global run rename --appname yourappname --target macOS

To target a specific platform use the "--target" option. e.g.

    pub global run rename --bundleId com.example.android.app --target android

Parameters

    -t, --target          Set which platforms to target.
                          [android, ios, macOS, linux]
    
    -a, --appname         Sets the name of the app.
    -b, --bundleId        Sets the bundle id.
    -l, --launcherIcon    Sets the launcher icon. (deprecated currently)
    -h, --help            Shows help.

Next Coming

  • Getting the current app names and bundleIds
  • Changing launcherIcon fix
  • Null safety
You might also like...

Support to update the app badge on the launcher (both for Android and iOS)

Support to update the app badge on the launcher (both for Android and iOS)

Flutter App Badger plugin This plugin for Flutter adds the ability to change the badge of the app in the launcher. It supports iOS and some Android de

Dec 25, 2022

A beautiful and cross platform NHentai Client, Support desktop and mobile phone

A beautiful and cross platform NHentai Client, Support desktop and mobile phone

A beautiful and cross platform NHentai Client. Support desktop and mobile phone (Mac/Windows/Linux/Android/IOS).

Dec 29, 2022

Beautiful Login Panel UI with support for dark mode and validation. Created by Martin Gogołowicz.

Flutter Login UI with darkmode support Flutter 2.8.0 Null Safety Beautiful Login Panel UI with support for dark mode and validation. Created by Martin

Dec 17, 2022

A Flutter project that implemented getx package and firebase services.

A Flutter project that implemented getx package and firebase services.

Get X Firebase A Flutter Package that implemented firebase services with getx package. It's free, open source, complete, rapid development package for

Nov 26, 2022

Third Flutter Project to practice. A chat app, which uses Firebase as auth and database service.

Third Flutter Project to practice. A chat app, which uses Firebase as auth and database service.

chat_app Third Flutter Project to practice. A chat app, which uses Firebase as auth and database service. Resource video 0.1 Sign In and Register page

Oct 4, 2021

This is an example project for Firebase integration using flutter.

This is an example project for Firebase integration using flutter.

Flutter Firebase Integration Example Project In this video we have shown how to create #Firebase app from firebase console and integrate that into #Fl

Jul 28, 2022

Project Flutter Chat with Firebase

flutter_chat Project chat Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is yo

Dec 3, 2021

A Flutter project to practice how to use Firebase Firestore

A Flutter project to practice how to use Firebase Firestore

flutter_chatbot_interview A Flutter project to practice how to use Firebase Fire

Oct 31, 2022

This design has been created for educational purposes. Also this project has integrated push notifications with firebase and my own server in python.

This design has been created for educational purposes. Also this project has integrated push notifications with firebase and my own server in python.

Ui Clone of the Nequi application This design has been created for educational purposes. Also this project has integrated push notifications with fire

Nov 17, 2022
Owner
Inter-Con Security
Inter-Con Security
Task management app with flutter, firebase firestore, and firebase auth

to_do_list A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Alvin Ferdian 2 Mar 3, 2022
Ecommerce-App-with-firebase - Ecommerce App With Firebase and Flutter

Samir Online Store Samir Online Store Samir Online Store Samir Online Store Down

null 14 Dec 24, 2022
Dio desafio chatonline flutter firebase - Developing an Online Chat Application Integrated with Firebase

Desenvolvendo um aplicativo de Chat Online integrado ao Firebase Descrição Neste

Yian Zaratin 1 Jan 4, 2022
Amir Khan 47 Jan 8, 2023
Some built-in live templates support developers to use Flutter Riverpod faster on Intellij based

Flutter Riverpod live templates Flutter Riverpod live templates is a way to enhance the way you use Riverpod. It contains a collection of different sn

Minh Tran 27 Dec 16, 2022
Just audio background - A flutter package plugs into just audio to add background playback support and remote controls

just_audio_background This package plugs into just_audio to add background playb

lonyyy 1 Jan 11, 2022
Flutter Crypto App (API+UI) with support for dark and light mode

Flutter Crypto App (API+UI) with support for dark and light mode. Flutter 2.10.3 Null Safety (2022) Beautiful Crypto App (API+UI) with support for dar

Martin Gogołowicz 12 Nov 1, 2022
A Flutter Twitch client for iOS and Android with BTTV, FFZ, and 7TV support

Frosty for Twitch A Twitch client for iOS and Android with BTTV, FFZ, and 7TV support. Built with Flutter. Features Browse followed streams, top strea

Tommy Chow 276 Jan 5, 2023
Cross-platform Twitch Chat application with 3rd-party addon support!

Chatsen Chatsen is a cross-platform application that allows you to chat on Twitch with support for 3rd-party services such as 7TV, BTTV and FFZ. It al

Chatsen 172 Dec 31, 2022
Modular server framework with ConnectMe (WebSockets + PackMe) and MongoDb support.

What is ServeMe ServeMe is a simple and powerful modular server framework. It allows to easily create backend services for both mobile and web applica

Source Caster 20 Dec 3, 2022