flutter_qiblah_update 2.0.3
flutter_qiblah_update: ^2.0.3 copied to clipboard
Flutter Qiblah is a package that allows you to display Qiblah direction in you app with support for both Android and iOS (updated for flutter 3)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_qiblah_update
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_qiblah_update: ^2.0.3
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:flutter_qiblah_update/flutter_qiblah.dart';
import 'package:flutter_qiblah_update/utils.dart';