soundpool_macos 2.3.0 copy "soundpool_macos: ^2.3.0" to clipboard
soundpool_macos: ^2.3.0 copied to clipboard

PlatformmacOS

A Flutter Sound Pool for playing short audio files. Sound tracks are cached in memory and played directly from cache.

2.3.0 #

Update for Dart 3.0 and Flutter 3.10

2.2.0 #

Update for Flutter 2.10

2.1.3 #

Fix compilation error

2.1.2 #

(correct release)

2.1.1 #

  • Bugfix: disposing a pool and creating a new one could end with an invalid state

2.1.0 #

  • Bugfix: add a flag to control if AVAudioPlayer.enableRate is used
  • Support for platform-specific initialization options

2.0.0-nullsafety.0 #

  • Null-safety support

0.2.6 #

  • Bugfix: guard against invalid values of poolId parameter

0.2.5 #

  • Bugfix: guard against invalid values of soundId parameter

0.2.4 #

  • Bugfix: app not building due to missing class

0.2.3 #

  • Bugfix (#37) - stop not working correctly on iOS/macOS

0.2.2 #

  • Bugfix: sound not played anymore after stopping

0.2.0 #

  • Initial release
0
likes
130
pub points
73%
popularity

Publisher

unverified uploader

A Flutter Sound Pool for playing short audio files. Sound tracks are cached in memory and played directly from cache.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, soundpool_platform_interface

More

Packages that depend on soundpool_macos