custom_compass 0.0.2 copy "custom_compass: ^0.0.2" to clipboard
custom_compass: ^0.0.2 copied to clipboard

outdated

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
0
pub points
13%
popularity

Publisher

unverified uploader

Create a custom compass from a widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, sensors_plus

More

Packages that depend on custom_compass