Flutter version 2.10.1 (#76)
bumps engine and flutter commit ids adapts tool API changes adds my name to the AUTHORS file as requested by the contribution guide
This commit is contained in:
@@ -29,7 +29,8 @@ class ELinuxBuildCommand extends BuildCommand {
|
||||
|
||||
class BuildPackageCommand extends BuildSubCommand with ELinuxExtension {
|
||||
/// See: [BuildApkCommand] in `build_apk.dart`
|
||||
BuildPackageCommand({bool verboseHelp = false}) {
|
||||
BuildPackageCommand({bool verboseHelp = false})
|
||||
: super(verboseHelp: verboseHelp) {
|
||||
addCommonDesktopBuildOptions(verboseHelp: verboseHelp);
|
||||
usesBuildNameOption();
|
||||
argParser.addOption(
|
||||
|
||||
Reference in New Issue
Block a user