device_volume 0.1.0
device_volume: ^0.1.0 copied to clipboard
Control the device volume from Flutter. Provides getVolume, setVolume, incrementVolume, decrementVolume and streamVolume with synchronous and compute-based async variants. Uses JNIgen on Android and F [...]
0.1.0 #
- Define public API:
DeviceVolumefaçade withgetVolume,setVolume,incrementVolume,decrementVolume,streamVolumeand Compute variants. - Add
VolumeState,VolumeChannelmodels. - Add custom exception hierarchy:
DeviceVolumeException,UnsupportedOperationException,InvalidVolumeValueException,NativeBackendException,VolumeObservationException,BackendNotAvailableException,PermissionDeniedException. - Scaffold backend contract and platform selector.
- Prepare pub.dev metadata and CI/CD workflows.