flutter_map_compass 1.1.1 copy "flutter_map_compass: ^1.1.1" to clipboard
flutter_map_compass: ^1.1.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 Flutter:

 $ flutter pub add flutter_map_compass
copied to clipboard

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

dependencies:
  flutter_map_compass: ^1.1.1
copied to clipboard

Alternatively, your editor might support 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';
copied to clipboard
12
likes
160
points
1.93k
downloads

Publisher

verified publisherjoscha-eckert.de

Weekly Downloads

2024.09.14 - 2025.03.29

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

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_map

More

Packages that depend on flutter_map_compass