gmaps_nav_hud_frame 0.1.0 gmaps_nav_hud_frame: ^0.1.0 copied to clipboard
Shows Google Maps turn-by-turn navigation notifications on the Frame (Android only, due to the requirement to read app notifications)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gmaps_nav_hud_frame
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gmaps_nav_hud_frame: ^0.1.0
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:gmaps_nav_hud_frame/main.dart';