Last updated:
0 purchases
marine compass
Marine Compass #
How to use #
CompassController controller = CompassController();
...
Compass(
controller: controller,
width: 800,
itemWidth: 50,
)
...
copied to clipboard
controller.scrollToHeading(90);
copied to clipboard
Getting started #
To use this package, add marine_compass as a dependency in your pubspec.yaml file:
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.