Skip to content

Commit 5ed349d

Browse files
committed
version 1.0.15
1 parent 7dcbb0b commit 5ed349d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubspec.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,9 @@ packages:
205205
flutter_blue_plus:
206206
dependency: "direct main"
207207
description:
208-
name: flutter_blue_plus
209-
sha256: "4e49b45d2f1ec9855826ed0af7d2b78b7d2a3e5743b3ae72aec59eb3790356d9"
210-
url: "https://pub.dev"
211-
source: hosted
208+
path: "plugins/flutter_blue_plus"
209+
relative: true
210+
source: path
212211
version: "1.4.0"
213212
flutter_keyboard_visibility:
214213
dependency: transitive

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.14+64
18+
version: 1.0.15+65
1919

2020
environment:
2121
sdk: ">=3.0.0 <=4.0.0"
@@ -61,7 +61,8 @@ dependencies:
6161
uuid: ^3.0.1
6262
marquee_text: ^2.5.0+1
6363

64-
flutter_blue_plus: ^1.1.3
64+
flutter_blue_plus:
65+
path: ./plugins/flutter_blue_plus
6566

6667
flutter_web_bluetooth: ^0.2.0
6768

0 commit comments

Comments
 (0)