audioplayer 0.4.0 copy "audioplayer: ^0.4.0" to clipboard
audioplayer: ^0.4.0 copied to clipboard

discontinued
outdatedDart 1 only

A flutter plugin to play audio files

Changelog #

0.4.0 #

  • Feat : merge PR from mindon with mute methods and various improvements
  • fixes Future
  • Example : add a slider to demonstrate the seek feature

0.3.0 #

  • merge PR from johanhenselmans to switch iOS to ObjectiveC
  • merge PR from oaks to add the seek feature

0.2.0 #

  • support for local files

0.1.0 #

0.0.2 #

Separated handlers for position, duration, completion and errors

  • setDurationHandler(TimeChangeHandler handler)

  • setPositionHandler(TimeChangeHandler handler)

  • setCompletionHandler(VoidCallback callback)

  • setErrorHandler(ErrorHandler handler)

  • new typedef

typedef void TimeChangeHandler(Duration duration);
typedef void ErrorHandler(String message);

0.0.1 #

  • first POC :
    • methods : play, pause, stop
    • a globalHandler for position, duration, completion and errors
128
likes
0
pub points
89%
popularity

Publisher

verified publisherrxlabz.com

A flutter plugin to play audio files

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on audioplayer