smooth_compass 0.0.1 copy "smooth_compass: ^0.0.1" to clipboard
smooth_compass: ^0.0.1 copied to clipboard

compass with smooth rotation for android and ios

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smooth_compass

With Flutter:

 $ flutter pub add smooth_compass

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  smooth_compass: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smooth_compass/utils/smooth_compass.dart';
import 'package:smooth_compass/utils/src/compass.dart';
import 'package:smooth_compass/utils/src/compass_ui.dart';
52
likes
0
pub points
89%
popularity

Publisher

unverified uploader

compass with smooth rotation for android and ios

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_sensors, vector_math

More

Packages that depend on smooth_compass