android_auto_poi 0.0.6
android_auto_poi: ^0.0.6 copied to clipboard
Flutter plugin for Android Auto POI apps. Syncs a list of locations to show on car dashboard
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add android_auto_poi
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
android_auto_poi: ^0.0.6
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:android_auto_poi/android_auto_poi.dart';