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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2025-3-30

- For consistency, all asset audio files have been cleaned up to be at most 1 second long.

## [1.2.0] - 2025-3-25

- Use custom openhiit_audioplayers and openhiit_audioplayers_darwin packages to prevent other background audio from stopping on iOS due to the background process audio.
Expand Down
Binary file modified assets/audio/blank.mp3
Binary file not shown.
Binary file modified assets/audio/countdown-beep.mp3
Binary file not shown.
Binary file modified assets/audio/ding-sequence.mp3
Binary file not shown.
Binary file modified assets/audio/ding.mp3
Binary file not shown.
Binary file modified assets/audio/halfway-beep2.mp3
Binary file not shown.
Binary file modified assets/audio/harsh-beep-sequence.mp3
Binary file not shown.
Binary file modified assets/audio/harsh-beep.mp3
Binary file not shown.
Binary file removed assets/audio/horn-test.mp3
Binary file not shown.
Binary file modified assets/audio/horn.mp3
Binary file not shown.
Binary file modified assets/audio/long-halfway-beep.mp3
Binary file not shown.
Binary file modified assets/audio/short-halfway-beep.mp3
Binary file not shown.
Binary file modified assets/audio/short-rest-beep.mp3
Binary file not shown.
Binary file modified assets/audio/thunk.mp3
Binary file not shown.
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
36 changes: 17 additions & 19 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.11.0"
audioplayers:
dependency: transitive
description:
path: "packages/audioplayers"
ref: test3
resolved-ref: c87f19822e07d5c98ed094088e15b499e6b5d2b3
url: "https://github.com/a-mabe/audioplayers.git"
source: git
version: "6.4.0"
audioplayers_android:
dependency: transitive
description:
Expand All @@ -55,15 +46,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.2.0"
audioplayers_darwin:
dependency: transitive
description:
path: "packages/audioplayers_darwin"
ref: test3
resolved-ref: c87f19822e07d5c98ed094088e15b499e6b5d2b3
url: "https://github.com/a-mabe/audioplayers.git"
source: git
version: "6.2.0"
audioplayers_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -102,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -456,6 +438,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
openhiit_audioplayers:
dependency: transitive
description:
name: openhiit_audioplayers
sha256: c5b765b9f3e8b9f2b6fe1323671a0eb0a363ac6ac173ed4b4240b49b681f83c0
url: "https://pub.dev"
source: hosted
version: "1.0.1"
openhiit_audioplayers_darwin:
dependency: transitive
description:
name: openhiit_audioplayers_darwin
sha256: f11b1cd5f109ba9f4245b1c64c9b7828f76ca77062b3a8750acc01c72fedb413
url: "https://pub.dev"
source: hosted
version: "1.0.8"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: background_hiit_timer
description: Flutter background timer package developed for HIIT timers. Designed to run in the background and play audio cues on Android and iOS.
version: 1.2.0
version: 1.2.1
repository: https://github.com/a-mabe/background_hiit_timer

funding:
Expand Down