custom_compass 0.0.4 copy "custom_compass: ^0.0.4" to clipboard
custom_compass: ^0.0.4 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
120
pub points
13%
popularity

Publisher

unverified uploader

Create a custom compass from a widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, sensors_plus

More

Packages that depend on custom_compass