Skip to content

Commit 679fa0a

Browse files
committed
release 1.1.0
1 parent 72c4db4 commit 679fa0a

12 files changed

+175
-250
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@
1717
## [1.0.0] - 06/01/2020
1818

1919
* First Release version
20+
21+
## [1.1.0] - 20/10/2021
22+
23+
* update dependencies
24+
* support UpperCase package name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Rename Flutter applications in one command.
77
## Usage
88

99
<p align="center">
10-
<img src="https://raw.githubusercontent.com/ThomasEcalle/flutter_rename_app/master/documentation/readme_gif.gif" width="700" height="350"/>
10+
<img src="https://raw.githubusercontent.com/ThomasEcalle/flutter_rename_app_plus/master/documentation/readme_gif.gif" width="700" height="350"/>
1111
</p>
1212

1313
### Add dependency

bin/flutter_rename_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:flutter_rename_app/src/flutter_rename_app.dart';
1+
import 'package:flutter_rename_app_plus/src/flutter_rename_app_plus.dart';
22

33
void main(List<String> args) {
44
renameApp();

example/pubspec.lock

Lines changed: 70 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -5,159 +5,124 @@ packages:
55
dependency: transitive
66
description:
77
name: ansicolor
8-
url: "https://pub.dartlang.org"
8+
url: "https://pub.flutter-io.cn"
99
source: hosted
10-
version: "1.0.2"
11-
archive:
12-
dependency: transitive
13-
description:
14-
name: archive
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "2.0.11"
10+
version: "2.0.1"
1811
args:
1912
dependency: transitive
2013
description:
2114
name: args
22-
url: "https://pub.dartlang.org"
15+
url: "https://pub.flutter-io.cn"
2316
source: hosted
24-
version: "1.5.2"
17+
version: "2.3.0"
2518
async:
2619
dependency: transitive
2720
description:
2821
name: async
29-
url: "https://pub.dartlang.org"
22+
url: "https://pub.flutter-io.cn"
3023
source: hosted
31-
version: "2.4.0"
24+
version: "2.8.1"
3225
boolean_selector:
3326
dependency: transitive
3427
description:
3528
name: boolean_selector
36-
url: "https://pub.dartlang.org"
29+
url: "https://pub.flutter-io.cn"
3730
source: hosted
38-
version: "1.0.5"
39-
charcode:
31+
version: "2.1.0"
32+
characters:
4033
dependency: transitive
4134
description:
42-
name: charcode
43-
url: "https://pub.dartlang.org"
35+
name: characters
36+
url: "https://pub.flutter-io.cn"
4437
source: hosted
45-
version: "1.1.2"
46-
collection:
38+
version: "1.1.0"
39+
charcode:
4740
dependency: transitive
4841
description:
49-
name: collection
50-
url: "https://pub.dartlang.org"
42+
name: charcode
43+
url: "https://pub.flutter-io.cn"
5144
source: hosted
52-
version: "1.14.11"
53-
convert:
45+
version: "1.3.1"
46+
clock:
5447
dependency: transitive
5548
description:
56-
name: convert
57-
url: "https://pub.dartlang.org"
49+
name: clock
50+
url: "https://pub.flutter-io.cn"
5851
source: hosted
59-
version: "2.1.1"
60-
crypto:
52+
version: "1.1.0"
53+
collection:
6154
dependency: transitive
6255
description:
63-
name: crypto
64-
url: "https://pub.dartlang.org"
56+
name: collection
57+
url: "https://pub.flutter-io.cn"
6558
source: hosted
66-
version: "2.1.3"
59+
version: "1.15.0"
6760
cupertino_icons:
6861
dependency: "direct main"
6962
description:
7063
name: cupertino_icons
71-
url: "https://pub.dartlang.org"
64+
url: "https://pub.flutter-io.cn"
7265
source: hosted
7366
version: "0.1.3"
67+
fake_async:
68+
dependency: transitive
69+
description:
70+
name: fake_async
71+
url: "https://pub.flutter-io.cn"
72+
source: hosted
73+
version: "1.2.0"
7474
flutter:
7575
dependency: "direct main"
7676
description: flutter
7777
source: sdk
7878
version: "0.0.0"
79-
flutter_rename_app:
79+
flutter_rename_app_plus:
8080
dependency: "direct dev"
8181
description:
8282
path: ".."
8383
relative: true
8484
source: path
85-
version: "0.0.3"
85+
version: "1.1.0"
8686
flutter_test:
8787
dependency: "direct dev"
8888
description: flutter
8989
source: sdk
9090
version: "0.0.0"
91-
image:
92-
dependency: transitive
93-
description:
94-
name: image
95-
url: "https://pub.dartlang.org"
96-
source: hosted
97-
version: "2.1.4"
98-
io:
99-
dependency: transitive
100-
description:
101-
name: io
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "0.3.3"
10591
matcher:
10692
dependency: transitive
10793
description:
10894
name: matcher
109-
url: "https://pub.dartlang.org"
95+
url: "https://pub.flutter-io.cn"
11096
source: hosted
111-
version: "0.12.6"
97+
version: "0.12.10"
11298
meta:
11399
dependency: transitive
114100
description:
115101
name: meta
116-
url: "https://pub.dartlang.org"
102+
url: "https://pub.flutter-io.cn"
117103
source: hosted
118-
version: "1.1.8"
104+
version: "1.7.0"
119105
path:
120106
dependency: transitive
121107
description:
122108
name: path
123-
url: "https://pub.dartlang.org"
124-
source: hosted
125-
version: "1.6.4"
126-
pedantic:
127-
dependency: transitive
128-
description:
129-
name: pedantic
130-
url: "https://pub.dartlang.org"
109+
url: "https://pub.flutter-io.cn"
131110
source: hosted
132-
version: "1.8.0+1"
133-
petitparser:
134-
dependency: transitive
135-
description:
136-
name: petitparser
137-
url: "https://pub.dartlang.org"
138-
source: hosted
139-
version: "2.4.0"
111+
version: "1.8.0"
140112
process_run:
141113
dependency: transitive
142114
description:
143115
name: process_run
144-
url: "https://pub.dartlang.org"
116+
url: "https://pub.flutter-io.cn"
145117
source: hosted
146-
version: "0.10.6"
118+
version: "0.12.2+2"
147119
pub_semver:
148120
dependency: transitive
149121
description:
150122
name: pub_semver
151-
url: "https://pub.dartlang.org"
152-
source: hosted
153-
version: "1.4.2"
154-
quiver:
155-
dependency: transitive
156-
description:
157-
name: quiver
158-
url: "https://pub.dartlang.org"
123+
url: "https://pub.flutter-io.cn"
159124
source: hosted
160-
version: "2.0.5"
125+
version: "2.1.0"
161126
sky_engine:
162127
dependency: transitive
163128
description: flutter
@@ -167,71 +132,71 @@ packages:
167132
dependency: transitive
168133
description:
169134
name: source_span
170-
url: "https://pub.dartlang.org"
135+
url: "https://pub.flutter-io.cn"
171136
source: hosted
172-
version: "1.5.5"
137+
version: "1.8.1"
173138
stack_trace:
174139
dependency: transitive
175140
description:
176141
name: stack_trace
177-
url: "https://pub.dartlang.org"
142+
url: "https://pub.flutter-io.cn"
178143
source: hosted
179-
version: "1.9.3"
144+
version: "1.10.0"
180145
stream_channel:
181146
dependency: transitive
182147
description:
183148
name: stream_channel
184-
url: "https://pub.dartlang.org"
149+
url: "https://pub.flutter-io.cn"
185150
source: hosted
186-
version: "2.0.0"
151+
version: "2.1.0"
187152
string_scanner:
188153
dependency: transitive
189154
description:
190155
name: string_scanner
191-
url: "https://pub.dartlang.org"
156+
url: "https://pub.flutter-io.cn"
157+
source: hosted
158+
version: "1.1.0"
159+
synchronized:
160+
dependency: transitive
161+
description:
162+
name: synchronized
163+
url: "https://pub.flutter-io.cn"
192164
source: hosted
193-
version: "1.0.5"
165+
version: "3.0.0"
194166
term_glyph:
195167
dependency: transitive
196168
description:
197169
name: term_glyph
198-
url: "https://pub.dartlang.org"
170+
url: "https://pub.flutter-io.cn"
199171
source: hosted
200-
version: "1.1.0"
172+
version: "1.2.0"
201173
test_api:
202174
dependency: transitive
203175
description:
204176
name: test_api
205-
url: "https://pub.dartlang.org"
177+
url: "https://pub.flutter-io.cn"
206178
source: hosted
207-
version: "0.2.11"
179+
version: "0.4.2"
208180
typed_data:
209181
dependency: transitive
210182
description:
211183
name: typed_data
212-
url: "https://pub.dartlang.org"
184+
url: "https://pub.flutter-io.cn"
213185
source: hosted
214-
version: "1.1.6"
186+
version: "1.3.0"
215187
vector_math:
216188
dependency: transitive
217189
description:
218190
name: vector_math
219-
url: "https://pub.dartlang.org"
220-
source: hosted
221-
version: "2.0.8"
222-
xml:
223-
dependency: transitive
224-
description:
225-
name: xml
226-
url: "https://pub.dartlang.org"
191+
url: "https://pub.flutter-io.cn"
227192
source: hosted
228-
version: "3.5.0"
193+
version: "2.1.0"
229194
yaml:
230195
dependency: transitive
231196
description:
232197
name: yaml
233-
url: "https://pub.dartlang.org"
198+
url: "https://pub.flutter-io.cn"
234199
source: hosted
235-
version: "2.2.0"
200+
version: "3.1.0"
236201
sdks:
237-
dart: ">=2.5.0-dev <3.0.0"
202+
dart: ">=2.14.0 <3.0.0"

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies:
2727
dev_dependencies:
2828
flutter_test:
2929
sdk: flutter
30-
flutter_rename_app:
30+
flutter_rename_app_plus:
3131
path: ../
3232

33-
flutter_rename_app:
33+
flutter_rename_app_plus:
3434
application_name: Bank App
3535
dart_package_name: bank_app
3636
application_id: com.android.bank

lib/src/changes/files_to_modify_content.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 'package:flutter_rename_app/src/models/config.dart';
2-
import 'package:flutter_rename_app/src/models/required_change.dart';
1+
import 'package:flutter_rename_app_plus/src/models/config.dart';
2+
import 'package:flutter_rename_app_plus/src/models/required_change.dart';
33

44
/// List of required changes of files content
55
List<RequiredChange> getFilesToModifyContent(

lib/src/changes/files_to_modify_name.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 'package:flutter_rename_app/src/models/config.dart';
2-
import 'package:flutter_rename_app/src/models/required_change.dart';
1+
import 'package:flutter_rename_app_plus/src/models/config.dart';
2+
import 'package:flutter_rename_app_plus/src/models/required_change.dart';
33

44
/// List of the required changes of files names
55
List<RequiredChange> getFilesToModifyName(

0 commit comments

Comments
 (0)