From 15ac2906d677c5d988882ffcd466a052dbb9bb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=83=81=EB=8F=99=ED=98=81?= Date: Tue, 8 Jan 2019 19:06:35 +0900 Subject: [PATCH] Optimize import --- client/lib/Bluetooth/BluetoothService.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/client/lib/Bluetooth/BluetoothService.dart b/client/lib/Bluetooth/BluetoothService.dart index a8082d4..e031922 100644 --- a/client/lib/Bluetooth/BluetoothService.dart +++ b/client/lib/Bluetooth/BluetoothService.dart @@ -2,7 +2,6 @@ import 'package:client/dialog.dart'; import 'package:client/main.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; -import 'package:fluttertoast/fluttertoast.dart'; // Send data to Arduino via bluetooth Future sendSignal(int address, BuildContext context) async {