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);
}
10
likes
100
pub points
20%
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