From 298162adeb06ac8b3997344d700e264664fecc37 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Wed, 16 Feb 2022 10:36:13 +0900 Subject: [PATCH] Fix warnings of the dart analyser (#79) --- lib/elinux_device_discovery.dart | 1 + lib/elinux_package.dart | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elinux_device_discovery.dart b/lib/elinux_device_discovery.dart index 8e01d4c..b081484 100644 --- a/lib/elinux_device_discovery.dart +++ b/lib/elinux_device_discovery.dart @@ -53,6 +53,7 @@ class ELinuxDeviceManager extends FlutterDeviceManager { userMessages: globals.userMessages, windowsWorkflow: windowsWorkflow, macOSWorkflow: context.get(), + fuchsiaSdk: globals.fuchsiaSdk, operatingSystemUtils: globals.os, terminal: globals.terminal, customDevicesConfig: CustomDevicesConfig( diff --git a/lib/elinux_package.dart b/lib/elinux_package.dart index e299af0..645dc01 100644 --- a/lib/elinux_package.dart +++ b/lib/elinux_package.dart @@ -12,7 +12,6 @@ import 'package:flutter_tools/src/build_info.dart'; import 'package:flutter_tools/src/cmake.dart'; import 'package:flutter_tools/src/flutter_application_package.dart'; import 'package:flutter_tools/src/globals.dart' as globals; -import 'package:flutter_tools/src/globals.dart' as globals; import 'package:flutter_tools/src/project.dart'; import 'package:meta/meta.dart';