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

an easy widgets to have audio player that can play remote or local audio files across all platforms without having to implement it from scratch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_audio_player

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

dependencies:
  easy_audio_player: ^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:easy_audio_player/flutter_audio_player.dart';
import 'package:easy_audio_player/helpers/init_just_audio_background.dart';
import 'package:easy_audio_player/helpers/show_slider_dialog.dart';
import 'package:easy_audio_player/models/audio.dart';
import 'package:easy_audio_player/models/models.dart';
import 'package:easy_audio_player/models/notification_configuration.dart';
import 'package:easy_audio_player/services/audio_player_service.dart';
import 'package:easy_audio_player/widgets/buttons/control_buttons.dart';
import 'package:easy_audio_player/widgets/buttons/loop_button.dart';
import 'package:easy_audio_player/widgets/buttons/play_button.dart';
import 'package:easy_audio_player/widgets/buttons/shuffle_button.dart';
import 'package:easy_audio_player/widgets/play_list_View.dart';
import 'package:easy_audio_player/widgets/players/basic_audio_player.dart';
import 'package:easy_audio_player/widgets/players/full_audio_player.dart';
import 'package:easy_audio_player/widgets/players/minimal_audio_player.dart';
import 'package:easy_audio_player/widgets/seekbar.dart';
10
likes
120
pub points
66%
popularity

Publisher

unverified uploader

an easy widgets to have audio player that can play remote or local audio files across all platforms without having to implement it from scratch.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

audio_session, audio_video_progress_bar, flutter, just_audio, just_audio_background

More

Packages that depend on easy_audio_player