compass_view 1.0.2
compass_view: ^1.0.2 copied to clipboard
A customizable and lightweight Flutter package that provides beautiful compass UI components and direction/heading utilities out of the box. Designed for easy integration and scalability, this package [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add compass_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
compass_view: ^1.0.2
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:compass_view/compass_view.dart';