flutter_compass_v2 1.0.3 copy "flutter_compass_v2: ^1.0.3" to clipboard
flutter_compass_v2: ^1.0.3 copied to clipboard

A Flutter compass. The heading varies from 0-360, 0 being north.

flutter_compass_v2 #

pub package

A Flutter compass. The heading varies from 0-360, 0 being north.

Note: Android Only: null is returned as direction on android when no sensor available.

Usage #

To use this plugin, add flutter_compass as a dependency in your pubspec.yaml file. For example:

dependencies:
  flutter_compass_v2: '^1.0.0'

iOS #

Make sure to add keys with appropriate descriptions to the Info.plist file.

  • NSLocationWhenInUseUsageDescription
  • NSLocationAlwaysAndWhenInUseUsageDescription

📝 Reference example code

Android #

Make sure to add permissions to the app/src/main/AndroidManifest.xml file.

  • android.permission.INTERNET
  • android.permission.ACCESS_COARSE_LOCATION
  • android.permission.ACCESS_FINE_LOCATION

📝 Reference example code

📝 Reference example code

1
likes
140
pub points
63%
popularity

Publisher

verified publishermedyas.ml

A Flutter compass. The heading varies from 0-360, 0 being north.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_compass_v2