소스 검색

升级1.0.3

Kevin 5 년 전
부모
커밋
1b9f9cc4b4
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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: