mirror of
https://github.com/flutter/packages.git
synced 2025-08-15 02:48:37 +08:00
[tool] Clean up "plugin" references (#6503)
This commit is contained in:
@ -11,7 +11,7 @@ import 'package:meta/meta.dart';
|
||||
import 'package:platform/platform.dart';
|
||||
|
||||
import 'common/core.dart';
|
||||
import 'common/plugin_command.dart';
|
||||
import 'common/package_command.dart';
|
||||
import 'common/process_runner.dart';
|
||||
|
||||
/// In theory this should be 8191, but in practice that was still resulting in
|
||||
@ -37,7 +37,7 @@ final Uri _googleFormatterUrl = Uri.https('github.com',
|
||||
'/google/google-java-format/releases/download/google-java-format-1.3/google-java-format-1.3-all-deps.jar');
|
||||
|
||||
/// A command to format all package code.
|
||||
class FormatCommand extends PluginCommand {
|
||||
class FormatCommand extends PackageCommand {
|
||||
/// Creates an instance of the format command.
|
||||
FormatCommand(
|
||||
Directory packagesDir, {
|
||||
|
Reference in New Issue
Block a user