From 0094f481f3b79bcc7c1a4747624635b4a4940746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E6=96=87=E8=BD=A9?= <12812285557@qq.com> Date: Tue, 23 Aug 2022 15:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=93=9D=E7=89=99=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/libraries/Flutter_Plugins.xml | 1 - example/pubspec.lock | 42 ----------------------------- pubspec.lock | 42 ----------------------------- pubspec.yaml | 2 +- 4 files changed, 1 insertion(+), 86 deletions(-) diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 7697da2..4cd74f8 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -2,7 +2,6 @@ - diff --git a/example/pubspec.lock b/example/pubspec.lock index c6247ac..16068fc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -43,13 +43,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.16.0" - convert: - dependency: transitive - description: - name: convert - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.2" cupertino_icons: dependency: "direct main" description: @@ -64,25 +57,11 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.0" - fixnum: - dependency: transitive - description: - name: fixnum - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" flutter: dependency: "direct main" description: flutter source: sdk version: "0.0.0" - flutter_blue_plus: - dependency: transitive - description: - name: flutter_blue_plus - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" flutter_lints: dependency: "direct dev" description: @@ -158,20 +137,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.2" - protobuf: - dependency: transitive - description: - name: protobuf - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - rxdart: - dependency: transitive - description: - name: rxdart - url: "https://pub.dartlang.org" - source: hosted - version: "0.27.5" sky_engine: dependency: transitive description: flutter @@ -219,13 +184,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.9" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" vector_math: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index c340cab..7612a5a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -43,13 +43,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.16.0" - convert: - dependency: transitive - description: - name: convert - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.2" fake_async: dependency: transitive description: @@ -57,25 +50,11 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.0" - fixnum: - dependency: transitive - description: - name: fixnum - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" flutter: dependency: "direct main" description: flutter source: sdk version: "0.0.0" - flutter_blue_plus: - dependency: "direct main" - description: - name: flutter_blue_plus - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" flutter_lints: dependency: "direct dev" description: @@ -144,20 +123,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.2" - protobuf: - dependency: transitive - description: - name: protobuf - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - rxdart: - dependency: transitive - description: - name: rxdart - url: "https://pub.dartlang.org" - source: hosted - version: "0.27.5" sky_engine: dependency: transitive description: flutter @@ -205,13 +170,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.9" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f94f5b6..6c30509 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_blue_plus: ^1.3.1 +# flutter_blue_plus: ^1.3.1 permission_handler: 7.0.0 dev_dependencies: flutter_test: