compass_view 1.0.2 copy "compass_view: ^1.0.2" to clipboard
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';
2
likes
130
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

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 makes it simple to build compass-based applications with minimal effort.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_compass

More

Packages that depend on compass_view