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

Implementation of the Quran API based on the official documentation

Quran API #

This package provides a Dart and Flutter implementation of the Quran API based on the official documentation.

Swagger (OpenApi) Documentation #

Usage #

import "package:quran_api/quran_api.dart";

Future<void> main() async {
  final value = await QuranApi.instance.search.search(
    queries: SearchQueries(q: "مدهامتان"),
  );

  print(value.data.search.query);
}

Getting started #

In your pubspec.yaml file, add the following dependency:

dependencies:
  quran_api: 

Then, run flutter pub get in your terminal.

or run this command:

flutter pub add quran_api

Additional information #

This package is still in development, and the API is subject to change. feel free to contribute to this package.

License #

Read more about the license here

15
likes
130
points
85
downloads

Publisher

verified publishermatheer.com

Weekly Downloads

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, faker, freezed_annotation, json_annotation, retrofit, swagger_parser

More

Packages that depend on quran_api