cache_audio_player 1.0.0 copy "cache_audio_player: ^1.0.0" to clipboard
cache_audio_player: ^1.0.0 copied to clipboard

A flutter plugin to play and **cache** audio files. Works for iOS and Android. The plugin uses 2 channels, one to communicate events from flutter to native, and an event channel to stream the state ch [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cache_audio_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cache_audio_player: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cache_audio_player/cache_audio_player.dart';
6
likes
30
pub points
56%
popularity

Publisher

unverified uploader

A flutter plugin to play and **cache** audio files. Works for iOS and Android. The plugin uses 2 channels, one to communicate events from flutter to native, and an event channel to stream the state changes of the native players back to flutter.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on cache_audio_player