Skip to content

Commit 8518783

Browse files
authored
Openhiit audioplayers (#32)
* use openhiit audioplayers * cleanup and update changelog
1 parent 51e6052 commit 8518783

File tree

7 files changed

+121
-123
lines changed

7 files changed

+121
-123
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2025-3-25
9+
10+
- Use custom openhiit_audioplayers and openhiit_audioplayers_darwin packages to prevent other background audio from stopping on iOS due to the background process audio.
11+
812
## [1.1.0] - 2025-3-11
913

1014
- Switch from soundpool to audioplayers package.

example/ios/Podfile.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
PODS:
2-
- audio_session (0.0.1):
3-
- Flutter
42
- device_info_plus (0.0.1):
53
- Flutter
64
- Flutter (1.0.0)
75
- flutter_background_service_ios (0.0.3):
86
- Flutter
97
- flutter_local_notifications (0.0.1):
108
- Flutter
11-
- shared_preferences_foundation (0.0.1):
9+
- openhiit_audioplayers_darwin (0.0.1):
10+
- Flutter
11+
- path_provider_foundation (0.0.1):
1212
- Flutter
1313
- FlutterMacOS
14-
- soundpool (0.0.1):
14+
- shared_preferences_foundation (0.0.1):
1515
- Flutter
16+
- FlutterMacOS
1617
- sqflite_darwin (0.0.4):
1718
- Flutter
1819
- FlutterMacOS
1920

2021
DEPENDENCIES:
21-
- audio_session (from `.symlinks/plugins/audio_session/ios`)
2222
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
2323
- Flutter (from `Flutter`)
2424
- flutter_background_service_ios (from `.symlinks/plugins/flutter_background_service_ios/ios`)
2525
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
26+
- openhiit_audioplayers_darwin (from `.symlinks/plugins/openhiit_audioplayers_darwin/ios`)
27+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
2628
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
27-
- soundpool (from `.symlinks/plugins/soundpool/ios`)
2829
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
2930

3031
EXTERNAL SOURCES:
31-
audio_session:
32-
:path: ".symlinks/plugins/audio_session/ios"
3332
device_info_plus:
3433
:path: ".symlinks/plugins/device_info_plus/ios"
3534
Flutter:
@@ -38,23 +37,25 @@ EXTERNAL SOURCES:
3837
:path: ".symlinks/plugins/flutter_background_service_ios/ios"
3938
flutter_local_notifications:
4039
:path: ".symlinks/plugins/flutter_local_notifications/ios"
40+
openhiit_audioplayers_darwin:
41+
:path: ".symlinks/plugins/openhiit_audioplayers_darwin/ios"
42+
path_provider_foundation:
43+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
4144
shared_preferences_foundation:
4245
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
43-
soundpool:
44-
:path: ".symlinks/plugins/soundpool/ios"
4546
sqflite_darwin:
4647
:path: ".symlinks/plugins/sqflite_darwin/darwin"
4748

4849
SPEC CHECKSUMS:
49-
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
50-
device_info_plus: bf2e3232933866d73fe290f2942f2156cdd10342
50+
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
5151
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
52-
flutter_background_service_ios: e30e0d3ee69e4cee66272d0c78eacd48c2e94aac
53-
flutter_local_notifications: df98d66e515e1ca797af436137b4459b160ad8c9
54-
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
55-
soundpool: c7f4422ca206e77f8900ed3c4ee6a6ff5a0e38a9
56-
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
52+
flutter_background_service_ios: 00d31bdff7b4bfe06d32375df358abe0329cf87e
53+
flutter_local_notifications: 395056b3175ba4f08480a7c5de30cd36d69827e4
54+
openhiit_audioplayers_darwin: f35507d2bc072e85ec1666b6623bc947897d07a2
55+
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
56+
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
57+
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
5758

5859
PODFILE CHECKSUM: 30f8ec3cb135c39a41dbdc3f40009442f2639040
5960

60-
COCOAPODS: 1.15.2
61+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)