flutter_automotive 0.1.0
flutter_automotive: ^0.1.0 copied to clipboard
Allow interactions with Android Automotive APIs through Flutter.
0.1.0 #
- Rename
subscribePropertytolistenProperty - Update
listenAPIs with aonDataproperty
0.0.6 #
- Fix
CarPermissionspermission names - Add
flagstoVehiclePropertyenum
0.0.5 #
- Add
privilegedfield toCarPermissionsenum
0.0.4 #
- Reference permissions in
VehiclePropertyenum - Add
arePropertyPermissionsGrantedandrequestPropertyPermissionsmethods
0.0.3 #
- Add more and rename existing car permissions
- Add access availability to
VehiclePropertyenum - Improve method/enum docs
0.0.2 #
- Changed most enum names to lowercase (excluding
VehicleProperty) - Allow setting
SensorUpdateRatefor listen methods - Add dynamic
getProperty,setPropertyandsubscribePropertymethods
0.0.1 #
- Add vehicle property setter and getter methods
- Add basic permission handling
- Add WIP listener methods