fepe_audio_session 0.1.18 copy "fepe_audio_session: ^0.1.18" to clipboard
fepe_audio_session: ^0.1.18 copied to clipboard

Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fepe_audio_session

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

dependencies:
  fepe_audio_session: ^0.1.18

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:fepe_audio_session/audio_session.dart';
import 'package:fepe_audio_session/audio_session_web.dart';
0
likes
130
points
63
downloads

Publisher

verified publisher5ts.pro

Weekly Downloads

Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.

Topics

#audio #audio-session

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, meta, rxdart

More

Packages that depend on fepe_audio_session