Skip to content

Commit

Permalink
⬆️ Upgrade flutter_blue_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Nov 3, 2023
1 parent 1aa10af commit 2bf3779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/bluetooth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Bluetooth {
FlutterBluePlus.scanResults;

static Future<List<BluetoothDevice>> getConnectedDevice() async {
return await FlutterBluePlus.connectedSystemDevices;
return await FlutterBluePlus.systemDevices;
}

static Future<bool> isEnabled() async {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
flutter_blue_plus: ^1.18.3
flutter_blue_plus: ^1.20.8
permission_handler: ^11.0.1
flutter:
sdk: flutter
Expand Down

0 comments on commit 2bf3779

Please sign in to comment.