diff --git a/pubspec.lock b/pubspec.lock index 1cd07c6..270d15d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -205,10 +205,9 @@ packages: flutter_blue_plus: dependency: "direct main" description: - name: flutter_blue_plus - sha256: "4e49b45d2f1ec9855826ed0af7d2b78b7d2a3e5743b3ae72aec59eb3790356d9" - url: "https://pub.dev" - source: hosted + path: "plugins/flutter_blue_plus" + relative: true + source: path version: "1.4.0" flutter_keyboard_visibility: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index e97c865..b293329 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.14+64 +version: 1.0.15+65 environment: sdk: ">=3.0.0 <=4.0.0" @@ -61,7 +61,8 @@ dependencies: uuid: ^3.0.1 marquee_text: ^2.5.0+1 - flutter_blue_plus: ^1.1.3 + flutter_blue_plus: + path: ./plugins/flutter_blue_plus flutter_web_bluetooth: ^0.2.0