From 49a894bfb8a2ed826d8800f2ff883f02ef3d46f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=E5=89=91=E4=BE=A0=E5=AE=A2?= Date: Thu, 17 Aug 2023 18:12:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bluetooth_low_energy_windows/lib/src/my_central_controller.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/bluetooth_low_energy_windows/lib/src/my_central_controller.dart b/bluetooth_low_energy_windows/lib/src/my_central_controller.dart index 15a8663..2e855dd 100644 --- a/bluetooth_low_energy_windows/lib/src/my_central_controller.dart +++ b/bluetooth_low_energy_windows/lib/src/my_central_controller.dart @@ -1,7 +1,6 @@ import 'dart:typed_data'; import 'package:bluetooth_low_energy_platform_interface/bluetooth_low_energy_platform_interface.dart'; -import 'package:win32/win32.dart' as win32; class MyCentralController extends CentralController { @override