v0.1.2
flutter_audio_player
Plugin que permite o Flutter reproduzir um som local curto (duração de 30 segundos ou menos).
10Curtidas 20Downloads em 30 dias40Pontos Pub
Plataformas indisponíveis
um plug-in do Flutter
{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
Plugin that allow flutter to play a local short sound(30 seconds or less in duration).
add flutter_audio_player as a dependency in pubspec.yaml
AudioPlayer.addSound(soundPath);AudioPlayer.removeAllSound();This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.