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:
Michael Lamers
2022-02-16 10:20:37 +09:00
committed by GitHub
parent 490317ad3e
commit 81d810f2d0
8 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -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(