quran_api 0.0.2 copy "quran_api: ^0.0.2" to clipboard
quran_api: ^0.0.2 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
0
points
73
downloads

Publisher

verified publishermatheer.com

Weekly Downloads

Implementation of the Quran API based on the official documentation

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, freezed_annotation, json_annotation, retrofit

More

Packages that depend on quran_api