background_hiit_timer 1.0.4
background_hiit_timer: ^1.0.4 copied to clipboard
Flutter background timer package developed for HIIT timers. Designed to run in the background and play audio cues on Android and iOS.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2024-12-22 #
- Log error and continue when sound asset not found.
1.0.2 - 2024-12-11 #
Changed #
- Fixed blank sound not playing to keep background process alive.
- Example app background process will now stop on app close for Android.
1.0.1 - 2024-12-07 #
Changed #
- Avoid repeat audio file loads. Once an audio file has been loaded into the soundpool, its ID is tracked.
1.0.0 - 2024-11-10 #
Changed #
- Refactored to use a SQFlite database.
- Implemented IntervalType class - requires a list of intervals to be passed.
- Added skip next and skip previous functions.
- Simplified implementation.