flutter_qiblah
flutter_qiblah copied to clipboard
Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
This is a beautiful package and very helpful! I was hoping you could update the Geolocator dependency to the most recent version as being forced to use an older version...
E/flutter ( 1808): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods) E/flutter ( 1808): #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:175 E/flutter ( 1808): E/flutter ( 1808): #1 MethodChannelPermissionHandler.checkPermissionStatus package:permission_handler_platform_interface/…/method_channel/method_channel_permission_handler.dart:16...
No podspec found for `flutter_qiblah_update` in `.symlinks/plugins/flutter_qiblah_update/ios`
Qibla is Jumping in it and not smoothly moving apply animation on it but didn't work on it.
I got Compass sensor is unreliable, device calibration is needed. ``` import 'dart:async'; import 'dart:math'; import 'package:flutter/material.dart'; import 'package:flutter_qiblah/flutter_qiblah.dart'; import 'package:flutter_svg/svg.dart'; class Qibla extends StatelessWidget { final _compassSvg = SvgPicture.asset('assets/qibla/compass.svg');...
So sometimes the qiblah direction doesn't show the correct position. A compass calibration solves the issue. How can we detect when the accuracy is low, so that we show to...
Hi there, I checked all open & closed issues, but couldn't really find an answer for that(except I think it's mentioned that, it's issue with the flutter compass). The compass...
Details of device on which I'm installing running : SM M015G Android : 12, API : 31. Here is the code for compass : class _CompassScreenState extends State { final...