From 4b170c2bad106c9e6a115d170b730547eb4807a6 Mon Sep 17 00:00:00 2001 From: onatcipli Date: Thu, 7 Oct 2021 22:53:36 +0300 Subject: [PATCH] readme fixes and prerelease update --- CHANGELOG.md | 4 ++++ README.md | 24 +++++++++++++----------- pubspec.yaml | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fe6f0..fe79799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0-dev.2 + +- Readme info updates + ## 2.0.0-dev.1 - Upgraded to null-safety diff --git a/README.md b/README.md index 63b5ca9..3eb6367 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -## About -It helps you to change your flutter project's AppName and BundleId for -different platforms, **currently only available for IOS, Android and macOS** +## 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 +You can change the bundleId and appName in following folders + - IOS - Android - MacOS - Linux +- Web ## Installation @@ -16,22 +19,22 @@ You can change the bundleId and appName in following folders 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. +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](https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path) - +if you want to run commands directly (without using `pub global run`) +ensure +you [add system cache bin directory to your path](https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path) + rename --appname yourappname -t ios or @@ -42,7 +45,6 @@ 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. diff --git a/pubspec.yaml b/pubspec.yaml index 2329a6b..1e46dcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rename description: Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms -version: 2.0.0-dev.1 +version: 2.0.0-dev.2 homepage: https://github.com/onatcipli/rename.git environment: