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
subscribeProperty
tolistenProperty
- Update
listen
APIs with aonData
property
0.0.6 #
- Fix
CarPermissions
permission names - Add
flags
toVehicleProperty
enum
0.0.5 #
- Add
privileged
field toCarPermissions
enum
0.0.4 #
- Reference permissions in
VehicleProperty
enum - Add
arePropertyPermissionsGranted
andrequestPropertyPermissions
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
andsubscribeProperty
methods
0.0.1 #
- Add vehicle property setter and getter methods
- Add basic permission handling
- Add WIP listener methods