flutter_automotive 0.1.0 copy "flutter_automotive: ^0.1.0" to clipboard
flutter_automotive: ^0.1.0 copied to clipboard

PlatformAndroid

Allow interactions with Android Automotive APIs through Flutter.

0.1.0 #

  • Rename subscribeProperty to listenProperty
  • Update listen APIs with a onData property

0.0.6 #

  • Fix CarPermissions permission names
  • Add flags to VehicleProperty enum

0.0.5 #

  • Add privileged field to CarPermissions enum

0.0.4 #

  • Reference permissions in VehicleProperty enum
  • Add arePropertyPermissionsGranted and requestPropertyPermissions methods

0.0.3 #

  • Add more and rename existing car permissions
  • Add access availability to VehicleProperty enum
  • Improve method/enum docs

0.0.2 #

  • Changed most enum names to lowercase (excluding VehicleProperty)
  • Allow setting SensorUpdateRate for listen methods
  • Add dynamic getProperty,setProperty and subscribeProperty methods

0.0.1 #

  • Add vehicle property setter and getter methods
  • Add basic permission handling
  • Add WIP listener methods