| // Copyright 2015 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| import '../globals.dart'; |
| import '../runner/flutter_command.dart' show FlutterCommandResult; |
| class BuildFlxCommand extends BuildSubCommand { |
| final String name = 'flx'; |
| final String description = 'Deprecated'; |
| final String usageFooter = 'FLX archives are deprecated.'; |
| Future<FlutterCommandResult> runCommand() async { |
| printError("'build flx' is no longer supported. Instead, use 'build " |
| "bundle' to build and assemble the application code and resources " |