Kevin před 5 roky
rodič
revize
1b9f9cc4b4
2 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 1 2
      lib/flutter_bluetooth.dart
  2. 1 1
      pubspec.yaml

+ 1 - 2
lib/flutter_bluetooth.dart

@@ -12,8 +12,7 @@ part 'bluetooth_device.dart';
 part 'bluetooth_socket.dart';
 
 class FlutterBluetooth {
-  static const MethodChannel _channel =
-      const MethodChannel('flutter_bluetooth');
+  MethodChannel _channel = MethodChannel('flutter_bluetooth');
 
   PublishSubject _stopScanPill = new PublishSubject();
   List<BluetoothDevice> _scanDevices;

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flutter_bluetooth
 description: 传统蓝牙
-version: 1.0.2
+version: 1.0.3
 author:
 homepage: