skycap_audio_manager 1.0.1+2
skycap_audio_manager: ^1.0.1+2 copied to clipboard
A simple and customizable Flutter audio player package.
🎵 Audio Package #
A simple and customizable Flutter audio player package.
[Audio Player UI]
🚀 Features #
✅ Play, pause, and seek audio
✅ Supports network audio files
✅ Playlist support
✅ Customizable UI
✅ Speed control & looping options
📦 Installation #
Add the package to your pubspec.yaml:
dependencies:
audio_package: latest_version
Then, run:
flutter pub get
🎯 Usage #
Basic Audio Player #
import 'package:skycap_audio_manager/audio_player_screen.dart';
import 'package:skycap_audio_manager/extras/audio_metadata.dart';
AudioPlayerScreen(
audioMetadata: [
AudioMetadata(
audioLink: "https://example.com/audio.mp3",
album: "Album Name",
title: "Song Title",
artwork: "https://example.com/image.jpg",
),
],
);
📸 Screenshot #
[Audio Player]
💡 Contributing #
We welcome contributions! Feel free to submit issues or pull requests.
📜 License #
This project is licensed under the MIT License.