Skip to content

Commit 2b80149

Browse files
committed
update README
1 parent 679fa0a commit 2b80149

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# flutter_rename_app
1+
# flutter_rename_app_plus
2+
3+
[![Pub](https://img.shields.io/pub/v/fk_user_agent.svg)](https://pub.dartlang.org/packages/flutter_rename_app_plus)
4+
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)]()
5+
[![Awesome Flutter](https://img.shields.io/badge/Platform-Android_iOS-blue.svg?longCache=true&style=flat-square)]()
6+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)
27

38
Rename Flutter applications in one command.
49

@@ -7,7 +12,7 @@ Rename Flutter applications in one command.
712
## Usage
813

914
<p align="center">
10-
<img src="https://raw.githubusercontent.com/ThomasEcalle/flutter_rename_app_plus/master/documentation/readme_gif.gif" width="700" height="350"/>
15+
<img src="https://raw.githubusercontent.com/flutter-fast-kit/flutter_rename_app_plus/master/documentation/readme_gif.gif" width="700" height="350"/>
1116
</p>
1217

1318
### Add dependency
@@ -16,13 +21,13 @@ Rename Flutter applications in one command.
1621
dev_dependencies:
1722
flutter_test:
1823
sdk: flutter
19-
flutter_rename_app:
24+
flutter_rename_app_plus:
2025
```
2126

2227
### Define Settings
2328

2429
```
25-
flutter_rename_app:
30+
flutter_rename_app_plus:
2631
application_name: Bank App
2732
dart_package_name: bank_app
2833
application_id: com.android.bank
@@ -47,5 +52,9 @@ Make sure that your current working directory is the project root.
4752

4853
```
4954
flutter pub get
50-
flutter pub run flutter_rename_app
55+
flutter pub run flutter_rename_app_plus
5156
```
57+
58+
### Credits 👍
59+
60+
Forked of https://github.com/ThomasEcalle/flutter_rename_app

0 commit comments

Comments
 (0)