Skip to content

Commit 123f32e

Browse files
committed
Migrated to Null safety
All warnings fixed.
1 parent fb68c14 commit 123f32e

File tree

5 files changed

+114
-125
lines changed

5 files changed

+114
-125
lines changed

bin/rename.dart

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ const launcherIcon = 'launcherIcon';
1313
const help = 'help';
1414

1515
final argParser = ArgParser()
16-
..addMultiOption(target,
17-
abbr: 't',
18-
allowed: [android, macOS, ios, linux],
19-
help: 'Set which platforms to target.')
16+
..addMultiOption(target, abbr: 't', allowed: [android, macOS, ios, linux], help: 'Set which platforms to target.')
2017
..addOption(appname, abbr: 'a', help: 'Sets the name of the app.')
2118
..addOption(bundleId, abbr: 'b', help: 'Sets the bundle id.')
2219
..addOption(launcherIcon, abbr: 'l', help: 'Sets the launcher icon.')

0 commit comments

Comments
 (0)