quran_api 0.0.9 copy "quran_api: ^0.0.9" to clipboard
quran_api: ^0.0.9 copied to clipboard

Implementation of the Quran API based on the official documentation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quran_api

With Flutter:

 $ flutter pub add quran_api

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

dependencies:
  quran_api: ^0.0.9

Alternatively, your editor might support dart pub get or 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_api/quran_api.dart';
10
likes
100
pub points
27%
popularity

Publisher

unverified uploader

Implementation of the Quran API based on the official documentation

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

dio, fields_generator, freezed_annotation, json_annotation, retrofit

More

Packages that depend on quran_api