frame_locator_pin 0.1.0
frame_locator_pin: ^0.1.0 copied to clipboard
Uses the compass heading of Frame to display pins representing locations of interest
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add frame_locator_pinThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
frame_locator_pin: ^0.1.0Alternatively, 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:frame_locator_pin/calculator.dart';
import 'package:frame_locator_pin/compass_heading.dart';
import 'package:frame_locator_pin/main.dart';
import 'package:frame_locator_pin/tx/multi_poi.dart';
import 'package:frame_locator_pin/tx/sprite_position.dart';