flutter_map_compass 1.0.1 copy "flutter_map_compass: ^1.0.1" to clipboard
flutter_map_compass: ^1.0.1 copied to clipboard

A simple compass for flutter_map. It shows the rotation of the map and resets the rotation back to 0 when tapped.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_map_compass

With Flutter:

 $ flutter pub add flutter_map_compass

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

dependencies:
  flutter_map_compass: ^1.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:flutter_map_compass/flutter_map_compass.dart';
7
likes
0
pub points
85%
popularity

Publisher

verified publisherjoscha-eckert.de

A simple compass for flutter_map. It shows the rotation of the map and resets the rotation back to 0 when tapped.

Repository (GitHub)
View/report issues

Topics

#flutter-map #map

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter, flutter_map

More

Packages that depend on flutter_map_compass