1
- ## About
2
- It helps you to change your flutter project's AppName and BundleId for
3
- different platforms, ** currently only available for IOS, Android and macOS**
1
+ ## About (Null-Safety)
2
+
3
+ It helps you to change your flutter project's AppName and BundleId for different platforms, ** currently only available
4
+ for IOS, Android, macOS and Web**
4
5
5
6
## Supported Platforms
6
7
7
- You can change the bundleId and appName in following folders
8
+ You can change the bundleId and appName in following folders
9
+
8
10
- IOS
9
11
- Android
10
12
- MacOS
11
13
- Linux
14
+ - Web
12
15
13
16
## Installation
14
17
15
18
```
16
19
pub global activate rename
17
20
```
18
21
19
-
20
22
## Default Usage
21
23
22
- if you dont pass ** -t or --target** parameter it will try to rename all available platform project folders inside flutter project.
24
+ if you dont pass ** -t or --target** parameter it will try to rename all available platform project folders inside
25
+ flutter project.
23
26
24
27
_ ** Run this command inside your flutter project root.** _
25
28
26
29
pub global run rename --bundleId com.onatcipli.networkUpp
27
30
pub global run rename --appname "Network Upp"
28
-
29
31
30
32
## Custom Usage
31
33
32
- if you want to run commands directly (without using ` pub global run ` )
33
- ensure you [ add system cache bin directory to your path] ( https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path )
34
-
34
+ if you want to run commands directly (without using ` pub global run ` )
35
+ ensure
36
+ you [ add system cache bin directory to your path] ( https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path )
37
+
35
38
rename --appname yourappname -t ios
36
39
37
40
or
@@ -42,7 +45,6 @@ To target a specific platform use the "--target" option. e.g.
42
45
43
46
pub global run rename --bundleId com.example.android.app --target android
44
47
45
-
46
48
## Parameters
47
49
48
50
-t, --target Set which platforms to target.
0 commit comments