waktu_solat_lib 1.0.2
waktu_solat_lib: ^1.0.2 copied to clipboard
Malaysia prayer times API client for Flutter. Fetch waktu solat by zone or GPS, with Imsak & Isyraq.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add waktu_solat_lib
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
waktu_solat_lib: ^1.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:waktu_solat_lib/waktu_solat_lib.dart';