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

example/main.dart

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);
}
12
likes
130
points
73
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, fields_generator, freezed_annotation, json_annotation, retrofit

More

Packages that depend on quran_api