We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffb657 commit 2a6a678Copy full SHA for 2a6a678
flutter_map_compass/README.md
@@ -26,7 +26,12 @@ dependencies:
26
```
27
28
## Usage
29
+To import the package
30
+```dart
31
+import 'package:flutter_map_compass/flutter_map_compass.dart';
32
+```
33
34
+To use the MapCompass
35
```dart
36
@override
37
Widget build(BuildContext context) {
@@ -57,4 +62,4 @@ Widget build(BuildContext context) {
57
62
If you need help you
58
63
can [open an issue](https://github.com/josxha/flutter_map_plugins/issues/new/choose)
59
64
or join
60
-the [`flutter_map` discord server](https://discord.gg/BwpEsjqMAH).
65
+the [`flutter_map` discord server](https://discord.gg/BwpEsjqMAH).
0 commit comments