custom_compass 0.1.0 icon indicating copy to clipboard operation
custom_compass: ^0.1.0 copied to clipboard

Create a custom compass from a widget.

Custom Compass #

Create a custom compass from a widget.

Usage #

late final magnetometerRepo = MagnetometerRepository();

Degrees(
    magnetometerRepo: magnetometerRepo,
    textStyle: const TextStyle(fontSize: 22),
    showDegreesSimbol: true,
),

Compass(
    magnetometerRepo: magnetometerRepo,
    child: const Icon(
    Icons.arrow_circle_up,
    size: 50,
    ),
),
0
likes
110
pub points
15%
popularity

Publisher

unverified uploader

Create a custom compass from a widget.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter, sensors_plus

More

Packages that depend on custom_compass