flutter_music_player_ui 0.0.1 copy "flutter_music_player_ui: ^0.0.1" to clipboard
flutter_music_player_ui: ^0.0.1 copied to clipboard

A customizable Flutter music player screen with rich UI and advanced features like Lottie animations, shimmer loading effects, downloadable audio, volume control, repeat mode, and song queue visualiza [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_music_player_ui

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

dependencies:
  flutter_music_player_ui: ^0.0.1

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:flutter_music_player_ui/flutter_music_player.dart';
import 'package:flutter_music_player_ui/model/music_model.dart';
import 'package:flutter_music_player_ui/screen/gradient_progress_bar.dart';
import 'package:flutter_music_player_ui/screen/music_player_screen.dart';
import 'package:flutter_music_player_ui/screen/song_card.dart';
import 'package:flutter_music_player_ui/service/audio_services.dart';
10
likes
140
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter music player screen with rich UI and advanced features like Lottie animations, shimmer loading effects, downloadable audio, volume control, repeat mode, and song queue visualization. Designed with elegant gradient theming, buffered progress indication, and smooth audio playback using the audioplayers package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

audioplayers, dio, flutter, lottie, path_provider, permission_handler, shimmer, smooth_page_indicator, volume_controller

More

Packages that depend on flutter_music_player_ui