Hossam Hassan

Results 2 issues of Hossam Hassan

### Documented behaviour ``` playbackState.add(playbackState.value.copyWith( controls: [ MediaControl.skipToPrevious, if (playing) MediaControl.pause else MediaControl.play, MediaControl.stop, MediaControl.skipToNext, ], systemActions: const { MediaAction.seek, MediaAction.seekForward, MediaAction.seekBackward, }, androidCompactActionIndices: const [0, 1, 3], processingState: const...

The package doesn't support RTL languages by default. The arrow needs to be flipped to the left. Here are the RTL language codes to help you out `RTL_LANGS = ["ar",...

enhancement