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

Allow interactions with Android Automotive APIs through Flutter.

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