Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions open_wearable/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,11 @@ packages:
open_earable_flutter:
dependency: "direct main"
description:
path: "."
ref: main
resolved-ref: fec08981e70a16c52d4f73144966150964a4bd59
url: "https://github.com/OpenEarable/open_earable_flutter.git"
source: git
version: "2.4.0"
name: open_earable_flutter
sha256: "0134b1785a56c8076a28e5d56b618c465e28ecdf3cc3492fbda77e80776bdfbb"
url: "https://pub.dev"
source: hosted
version: "2.4.1"
open_earable_protocols:
dependency: transitive
description:
Expand Down
8 changes: 2 additions & 6 deletions open_wearable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.5.0
version: 1.5.1

environment:
sdk: ^3.6.0
Expand All @@ -35,11 +35,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.9
open_file: ^3.5.11
# Use the Git source until audio response and microphone gain are published.
open_earable_flutter:
git:
url: https://github.com/OpenEarable/open_earable_flutter.git
ref: main
open_earable_flutter: ^2.4.1
universal_ble: ^2.0.4
permission_handler: ^12.0.1
flutter_platform_widgets: ^10.0.1
Expand Down
Loading