situm_flutter 3.16.4 situm_flutter: ^3.16.4 copied to clipboard
Integrate plug&play navigation experience with floorplans, POIs, routes and turn-by-turn directions in no time. With the power of Situm.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add situm_flutter
With Flutter:
$ flutter pub add situm_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
situm_flutter: ^3.16.4
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:situm_flutter/sdk.dart';
import 'package:situm_flutter/wayfinding.dart';