File tree 1 file changed +10
-15
lines changed
packages/flutter_tools/lib/src
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -93,23 +93,18 @@ class Usage {
93
93
return ;
94
94
_printedUsage = true ;
95
95
96
- final String versionString = FlutterVersion .getVersionString (whitelistBranchName: true );
97
-
98
- String welcomeString = 'Welcome to Flutter! - Flutter version $versionString - https://flutter.io' ;
99
- welcomeString = welcomeString.padLeft ((welcomeString.length + 100 ) ~ / 2 );
100
- welcomeString = welcomeString.padRight (100 );
101
-
102
96
printStatus ('' );
103
97
printStatus ('''
104
- ╔════════════════════════════════════════════════════════════════════════════════════════════════════╗
105
- ║$welcomeString ║
106
- ║ ║
107
- ║ The Flutter tool anonymously reports feature usage statistics and basic crash reports to Google in ║
108
- ║ order to help Google contribute improvements to Flutter over time. See Google's privacy policy: ║
109
- ║ https://www.google.com/intl/en/policies/privacy/ ║
110
- ║ ║
111
- ║ Use "flutter config --no-analytics" to disable analytics reporting ║
112
- ╚════════════════════════════════════════════════════════════════════════════════════════════════════╝
98
+ ╔════════════════════════════════════════════════════════════════════════════╗
99
+ ║ Welcome to Flutter! - https://flutter.io ║
100
+ ║ ║
101
+ ║ The Flutter tool anonymously reports feature usage statistics and basic ║
102
+ ║ crash reports to Google in order to help Google contribute improvements to ║
103
+ ║ Flutter over time. See Google's privacy policy: ║
104
+ ║ https://www.google.com/intl/en/policies/privacy/ ║
105
+ ║ ║
106
+ ║ Use "flutter config --no-analytics" to disable analytics reporting. ║
107
+ ╚════════════════════════════════════════════════════════════════════════════╝
113
108
''' , emphasis: true );
114
109
}
115
110
}
You can’t perform that action at this time.
0 commit comments