Skip to content

Commit 31a35b2

Browse files
stuartmorgan-ggoderbauer
authored andcommitted
Remove the Windows 'flutter create' warning (flutter#66113)
1 parent 2cf6d99 commit 31a35b2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/flutter_tools/lib/src/commands/create.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,6 @@ To edit platform code in an IDE see https://flutter.dev/developing-packages/#edi
506506
'directory in order to launch your app.');
507507
globals.printStatus('Your $application code is in $relativeAppMain');
508508
}
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-
}
518509
}
519510
return FlutterCommandResult.success();
520511
}

0 commit comments

Comments
 (0)