From a682ea933d76dcfd79ab6e502b349bb9875294a1 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Fri, 10 May 2024 13:52:46 +0200 Subject: [PATCH] Remove dependency on convert --- example/pubspec.lock | 2 +- example/pubspec.yaml | 1 + pubspec.yaml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index bb8d589..b1361f9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -58,7 +58,7 @@ packages: source: hosted version: "1.18.0" convert: - dependency: transitive + dependency: "direct main" description: name: convert sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index bfc3be7..eb96111 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,6 +14,7 @@ dependencies: permission_handler: ^10.4.3 device_info_plus: ^9.0.2 flutter_adaptive_scaffold: ^0.1.7+2 + convert: ^3.1.1 universal_ble: path: ../ diff --git a/pubspec.yaml b/pubspec.yaml index 9be132b..bbf3157 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,6 @@ dependencies: sdk: flutter plugin_platform_interface: ^2.1.6 collection: ^1.17.2 - convert: ^3.1.1 flutter_web_bluetooth: ^0.2.2 bluez: ^0.8.2