Skip to content

Commit 4b170c2

Browse files
committed
readme fixes and prerelease update
1 parent 7702840 commit 4b170c2

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-dev.2
2+
3+
- Readme info updates
4+
15
## 2.0.0-dev.1
26

37
- Upgraded to null-safety

Diff for: README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
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**
45

56
## Supported Platforms
67

7-
You can change the bundleId and appName in following folders
8+
You can change the bundleId and appName in following folders
9+
810
- IOS
911
- Android
1012
- MacOS
1113
- Linux
14+
- Web
1215

1316
## Installation
1417

1518
```
1619
pub global activate rename
1720
```
1821

19-
2022
## Default Usage
2123

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.
2326

2427
_**Run this command inside your flutter project root.**_
2528

2629
pub global run rename --bundleId com.onatcipli.networkUpp
2730
pub global run rename --appname "Network Upp"
28-
2931

3032
## Custom Usage
3133

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+
3538
rename --appname yourappname -t ios
3639

3740
or
@@ -42,7 +45,6 @@ To target a specific platform use the "--target" option. e.g.
4245

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

45-
4648
## Parameters
4749

4850
-t, --target Set which platforms to target.

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rename
22
description: Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms
3-
version: 2.0.0-dev.1
3+
version: 2.0.0-dev.2
44
homepage: https://github.com/onatcipli/rename.git
55

66
environment:

0 commit comments

Comments
 (0)