flutter_compass 0.8.0 copy "flutter_compass: ^0.8.0" to clipboard
flutter_compass: ^0.8.0 copied to clipboard

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

flutter_compass #

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: '^0.7.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

146
likes
140
pub points
97%
popularity

Publisher

verified publisherhemanthraj.in

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