flutter_audio_playlist 0.0.1-beta.1 copy "flutter_audio_playlist: ^0.0.1-beta.1" to clipboard
flutter_audio_playlist: ^0.0.1-beta.1 copied to clipboard

A customizable Flutter audio player package with pre-built UI and reusable components.

0.0.1-beta.1 Initial Beta Release #

  • Pre-built Player UI: Introduced AudioPlayerScreen for a ready-to-use audio playback interface.
  • Customization:
    • Added AudioPlayerTheme and AudioPlayerThemeData for extensive UI theming (colors, text styles, spacing, visibility of sections).
    • Support for providing a completely custom player screen widget.
  • Reusable Components: Exposed individual UI widgets (TrackDetailsSection, ControlsSection, ProgressBarSection, UpNextSection, AudioTile, CurrentTrackBanner) for use in custom layouts.
  • State Management: Implemented AudioPlaylistProvider for managing audio state, playlist, current track, shuffle/repeat modes, and sleep timer.
  • Core Playback Features:
    • Playlist loading and management.
    • Play, pause, stop, seek.
    • Next, previous track navigation.
    • Shuffle and repeat modes (off, repeat once, repeat current).
    • Sleep timer functionality.
  • Background Audio Support: Integrated with just_audio and just_audio_background for background playback and notification controls.
  • Example App: Included a comprehensive example demonstrating various features and integration methods.
2
likes
60
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter audio player package with pre-built UI and reusable components.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, carousel_slider, flutter, flutter_svg, just_audio, just_audio_background, provider, rxdart, shimmer

More

Packages that depend on flutter_audio_playlist