mt_carplay 1.2.12 copy "mt_carplay: ^1.2.12" to clipboard
mt_carplay: ^1.2.12 copied to clipboard

Flutter Apps are now on Apple CarPlay and Android Auto. This package aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay or Android Auto.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mt_carplay

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

dependencies:
  mt_carplay: ^1.2.12

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:mt_carplay/mt_carplay.dart';
1
likes
160
points
99
downloads

Publisher

verified publishermobitouch.net

Weekly Downloads

Flutter Apps are now on Apple CarPlay and Android Auto. This package aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay or Android Auto.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, uuid

More

Packages that depend on mt_carplay

Packages that implement mt_carplay