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
+1 -1
View File
@@ -11,7 +11,7 @@ import 'package:flutter_tools/src/base/platform.dart';
import 'package:flutter_tools/src/cache.dart';
import 'package:flutter_tools/src/features.dart';
import 'package:flutter_tools/src/flutter_cache.dart';
import 'package:flutter_tools/src/globals_null_migrated.dart' as globals;
import 'package:flutter_tools/src/globals.dart' as globals;
/// See: [DevelopmentArtifact] in `cache.dart`
class ELinuxDevelopmentArtifact implements DevelopmentArtifact {