waktu_solat

Creator: coderz1093

Last updated:

0 purchases

waktu_solat Image
waktu_solat Images
Add to Cart

Description:

waktu solat

waktu_solat #
A Dart/Flutter library for getting Malaysia prayer times from JAKIM e-Solat API.
Usage #
To use this plugin, add waktu_solat as a dependency in your pubspec.yaml file.
Example #
import 'package:waktu_solat/waktu_solat.dart';

void main() async {
var waktuSolat = WaktuSolat();
var prayerTimes = await waktuSolat.getPrayerTimes(Zones.SGR01);
print(prayerTimes);
}
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License #
MIT
Contributors #

Haikal Izzuddin

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.