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
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sound_effect (0.1.0):
- sound_effect (0.1.1):
- Flutter
- sqflite_darwin (0.0.4):
- Flutter
Expand Down Expand Up @@ -283,7 +283,7 @@ SPEC CHECKSUMS:
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
sound_effect: 318f1417937eb16269c5ec424c06ee84d8ef2c74
sound_effect: d9c2291bda247120d8d1b50c2f7f5c6dc5a6bacd
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1463,10 +1463,10 @@ packages:
dependency: "direct main"
description:
name: sound_effect
sha256: b14eddb28b9b6bb343cf13d06175f4a62c6020fb908a16c0e1bfe528752e67cb
sha256: "24e7a251af6abb1ac1ee17e3d2b6cbcbb612827470a510f2800a24ff9bfb07c6"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
version: "0.1.1"
source_gen:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies:
share_plus: ^11.0.0
shared_preferences: ^2.1.0
signal_strength_indicator: ^0.4.1
sound_effect: ^0.1.0
sound_effect: ^0.1.1
sqflite: ^2.2.5
stream_transform: ^2.1.0
url_launcher: ^6.1.9
Expand Down