Closed bhanuka96 closed 3 years ago
Can you please get the logs if any.
On Wed, 26 Feb, 2020, 10:57 AM Bhanuka Isuru, notifications@github.com wrote:
I tried flutter_compass. this plugin working perfectly. But not working for some devices. Is there any way to create a compass another official way?
I found another production application used a flutter compass. I downloaded it and test it. This one also not working for my device. I think this app also used this plugin. What is the issue? play store link https://play.google.com/store/apps/details?id=com.mth2610.map_compass and their article https://itsallwidgets.com/compass-map-gps-flutter
FlutterCompass.events.listen((double direction) { setState(() { _direction = direction; }); });
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hemanthrajv/flutter_compass/issues/30?email_source=notifications&email_token=AE32SHLBM7UFIXVYUAWGPKLREX4TRA5CNFSM4K35IX5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQJ7DAQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE32SHKZCLBDXFARKAG6P23REX4TRANCNFSM4K35IX5A .
Can you please get the logs if any. … On Wed, 26 Feb, 2020, 10:57 AM Bhanuka Isuru, @.***> wrote: I tried flutter_compass. this plugin working perfectly. But not working for some devices. Is there any way to create a compass another official way? I found another production application used a flutter compass. I downloaded it and test it. This one also not working for my device. I think this app also used this plugin. What is the issue? play store link https://play.google.com/store/apps/details?id=com.mth2610.map_compass and their article https://itsallwidgets.com/compass-map-gps-flutter FlutterCompass.events.listen((double direction) { setState(() { _direction = direction; }); }); — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#30?email_source=notifications&email_token=AE32SHLBM7UFIXVYUAWGPKLREX4TRA5CNFSM4K35IX5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQJ7DAQ>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE32SHKZCLBDXFARKAG6P23REX4TRANCNFSM4K35IX5A .
@hemanthrajv I added
Can you please get the logs if any. … On Wed, 26 Feb, 2020, 10:57 AM Bhanuka Isuru, @.***> wrote: I tried flutter_compass. this plugin working perfectly. But not working for some devices. Is there any way to create a compass another official way? I found another production application used a flutter compass. I downloaded it and test it. This one also not working for my device. I think this app also used this plugin. What is the issue? play store link https://play.google.com/store/apps/details?id=com.mth2610.map_compass and their article https://itsallwidgets.com/compass-map-gps-flutter FlutterCompass.events.listen((double direction) { setState(() { _direction = direction; }); }); — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#30?email_source=notifications&email_token=AE32SHLBM7UFIXVYUAWGPKLREX4TRA5CNFSM4K35IX5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQJ7DAQ>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE32SHKZCLBDXFARKAG6P23REX4TRANCNFSM4K35IX5A .
I run app on another Huawei device. I got an error message,I updated on my question.please chekc.. Is it possible to fix it before this week? After this, we decided app publish on production.
Is this resolved?
Fixed by #62
I tried
flutter_compass
. this plugin working perfectly. But not working for some devices. Is there any way to create a compass another official way?I found another production application used a flutter compass. I downloaded it and test it. This one also not working for my device. I think this app also used this plugin. What is the issue? play store link and their article
I tried another Huawei device.I got this error message on my console..
E/SensorManager(10516): sensor or listener is null
Log