Skip to content

Commit

Permalink
update ble library
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Oct 11, 2024
1 parent 0c2d4f7 commit 61659ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,10 @@ packages:
dependency: "direct main"
description:
name: flutter_blue_plus
sha256: ebff7e60e2f75b7f02cc1e2524c6663dcd04a7e2ddfb7e0cddf561810cb732d2
sha256: ddbed8d86199ab4342152b2f5ce9a7ea8b348219f6880da3e7899f0a73d2dae3
url: "https://pub.dev"
source: hosted
version: "1.33.2"
version: "1.33.4"
flutter_foreground_task:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1180,10 +1180,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: a75164ade98cb7d24cfd0a13c6408927c6b217fa60dee5a7ff5c116a58f28918
sha256: "894f37107424311bdae3e476552229476777b8752c5a2a2369c0cb9a2d5442ef"
url: "https://pub.dev"
source: hosted
version: "8.0.2"
version: "8.0.3"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1788,10 +1788,10 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603"
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.3.1"
url_launcher_android:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies:
path_provider: ^2.1.4 # used to get paths for app storage and cache storage
package_info_plus: ^8.0.2
permission_handler: ^11.3.1
url_launcher: ^6.3.0 # Open URLS in external apps
flutter_blue_plus: ^1.33.2
url_launcher: ^6.3.1 # Open URLS in external apps
flutter_blue_plus: ^1.33.4
flutter_foreground_task: ^8.10.4 # Keep the app running in the background on android
install_referrer: # Needs gradle namespace
git:
Expand Down

0 comments on commit 61659ca

Please sign in to comment.