Skip to content

amanzdev/flutter_waktu_solat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waktu_solat

Pub

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages