tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
97 stars 81 forks source link

Web: MissingPluginException(No implementation found for method listen on channel hemanthraj/flutter_compass) #35

Closed NamanShergill closed 2 years ago

NamanShergill commented 2 years ago

Issue #27 is back, however this time the suggested fix of setting showHeadingSector: !kIsWeb does not work anymore because the library still tries to initialise the compass stream.

NamanShergill commented 2 years ago

https://github.com/tlserver/flutter_map_location_marker/commit/71a650e45a8cb6c597b728ed639cde79574e20c4#diff-e0abe65121163e5d1c17fc8f4a46ea381f733bf9b32188e6d5b998a02173eb32R72

This stream should not be initialised if showHeadingSector is set to false.