quran_audio 1.0.0 copy "quran_audio: ^1.0.0" to clipboard
quran_audio: ^1.0.0 copied to clipboard

A Flutter package for Quran audio playback — logic only, no UI. Supports full-surah and per-ayah playback with system media notifications, offline downloads, and repeat modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quran_audio

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

dependencies:
  quran_audio: ^1.0.0

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:quran_audio/quran_audio.dart';
1
likes
150
points
0
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Quran audio playback — logic only, no UI. Supports full-surah and per-ayah playback with system media notifications, offline downloads, and repeat modes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, audio_service, dio, flutter, get, get_storage, just_audio, just_audio_media_kit, path, path_provider, rxdart

More

Packages that depend on quran_audio