From 420c3d4e756fdb5efe00c4f40fa731df75fd23b9 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 17:57:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bluetooth_low_energy/pubspec.yaml | 22 ++++++++-------------- bluetooth_low_energy_android/pubspec.yaml | 3 +-- bluetooth_low_energy_ios/pubspec.yaml | 3 +-- bluetooth_low_energy_linux/pubspec.yaml | 3 +-- bluetooth_low_energy_macos/pubspec.yaml | 3 +-- bluetooth_low_energy_windows/pubspec.yaml | 3 +-- 6 files changed, 13 insertions(+), 24 deletions(-) diff --git a/bluetooth_low_energy/pubspec.yaml b/bluetooth_low_energy/pubspec.yaml index c03d2c2..80fedec 100644 --- a/bluetooth_low_energy/pubspec.yaml +++ b/bluetooth_low_energy/pubspec.yaml @@ -10,18 +10,12 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface - bluetooth_low_energy_android: - path: ../bluetooth_low_energy_android - bluetooth_low_energy_ios: - path: ../bluetooth_low_energy_ios - bluetooth_low_energy_macos: - path: ../bluetooth_low_energy_macos - bluetooth_low_energy_windows: - path: ../bluetooth_low_energy_windows - bluetooth_low_energy_linux: - path: ../bluetooth_low_energy_linux + bluetooth_low_energy_platform_interface: ^2.0.0 + bluetooth_low_energy_android: ^2.0.0 + bluetooth_low_energy_ios: ^2.0.0 + bluetooth_low_energy_macos: ^2.0.0 + bluetooth_low_energy_linux: ^2.0.0 + bluetooth_low_energy_windows: ^2.0.0 dev_dependencies: flutter_test: @@ -37,7 +31,7 @@ flutter: default_package: bluetooth_low_energy_ios macos: default_package: bluetooth_low_energy_macos - windows: - default_package: bluetooth_low_energy_windows linux: default_package: bluetooth_low_energy_linux + windows: + default_package: bluetooth_low_energy_windows diff --git a/bluetooth_low_energy_android/pubspec.yaml b/bluetooth_low_energy_android/pubspec.yaml index 4d00077..065b533 100644 --- a/bluetooth_low_energy_android/pubspec.yaml +++ b/bluetooth_low_energy_android/pubspec.yaml @@ -10,8 +10,7 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface + bluetooth_low_energy_platform_interface: ^2.0.0 dev_dependencies: flutter_test: diff --git a/bluetooth_low_energy_ios/pubspec.yaml b/bluetooth_low_energy_ios/pubspec.yaml index b13fd33..7439b3b 100644 --- a/bluetooth_low_energy_ios/pubspec.yaml +++ b/bluetooth_low_energy_ios/pubspec.yaml @@ -10,8 +10,7 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface + bluetooth_low_energy_platform_interface: ^2.0.0 dev_dependencies: flutter_test: diff --git a/bluetooth_low_energy_linux/pubspec.yaml b/bluetooth_low_energy_linux/pubspec.yaml index cb7f63b..7b63ef0 100644 --- a/bluetooth_low_energy_linux/pubspec.yaml +++ b/bluetooth_low_energy_linux/pubspec.yaml @@ -10,8 +10,7 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface + bluetooth_low_energy_platform_interface: ^2.0.0 bluez: ^0.8.1 dev_dependencies: diff --git a/bluetooth_low_energy_macos/pubspec.yaml b/bluetooth_low_energy_macos/pubspec.yaml index b16f428..28addbc 100644 --- a/bluetooth_low_energy_macos/pubspec.yaml +++ b/bluetooth_low_energy_macos/pubspec.yaml @@ -10,8 +10,7 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface + bluetooth_low_energy_platform_interface: ^2.0.0 dev_dependencies: flutter_test: diff --git a/bluetooth_low_energy_windows/pubspec.yaml b/bluetooth_low_energy_windows/pubspec.yaml index 6eda674..74754cd 100644 --- a/bluetooth_low_energy_windows/pubspec.yaml +++ b/bluetooth_low_energy_windows/pubspec.yaml @@ -10,8 +10,7 @@ environment: dependencies: flutter: sdk: flutter - bluetooth_low_energy_platform_interface: - path: ../bluetooth_low_energy_platform_interface + bluetooth_low_energy_platform_interface: ^2.0.0 win32: ^5.0.6 dev_dependencies: