waktu_solat 1.0.1 copy "waktu_solat: ^1.0.1" to clipboard
waktu_solat: ^1.0.1 copied to clipboard

A Dart/Flutter library for getting Malaysia prayer times from JAKIM e-Solat API.

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);
}

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License #

MIT

Contributors #

2
likes
110
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter library for getting Malaysia prayer times from JAKIM e-Solat API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, freezed_annotation, json_annotation

More

Packages that depend on waktu_solat