offline_navigation 0.1.1 copy "offline_navigation: ^0.1.1" to clipboard
offline_navigation: ^0.1.1 copied to clipboard

PlatformAndroid

Drop-in offline turn-by-turn navigation page for Flutter, powered by the Organic Maps engine. Downloads the required country map automatically and navigates fully offline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_navigation

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  offline_navigation: ^0.1.1

Alternatively, 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:offline_navigation/offline_navigation.dart';
0
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Drop-in offline turn-by-turn navigation page for Flutter, powered by the Organic Maps engine. Downloads the required country map automatically and navigates fully offline.

Repository (GitHub)
View/report issues

Topics

#navigation #maps #offline #routing #gps

License

Apache-2.0 (license)

Dependencies

flutter, flutter_plugin_android_lifecycle

More

Packages that depend on offline_navigation

Packages that implement offline_navigation