File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/flutter_tools/lib/src/commands Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -506,15 +506,6 @@ To edit platform code in an IDE see https://flutter.dev/developing-packages/#edi
506
506
'directory in order to launch your app.' );
507
507
globals.printStatus ('Your $application code is in $relativeAppMain ' );
508
508
}
509
-
510
- // Warn about unstable templates. This shuold be last so that it's not
511
- // lost among the other output.
512
- if (featureFlags.isWindowsEnabled && platforms.contains ('windows' )) {
513
- globals.printStatus ('' );
514
- globals.printStatus ('WARNING: The Windows tooling and APIs are not yet stable. '
515
- 'You will likely need to re-create the "windows" directory after future '
516
- 'Flutter updates.' );
517
- }
518
509
}
519
510
return FlutterCommandResult .success ();
520
511
}
You can’t perform that action at this time.
0 commit comments