google / flutter.plugins

BSD 3-Clause "New" or "Revised" License
117 stars 55 forks source link

Set Volume - Set volume for both scalar #136

Open superwebarmy opened 2 years ago

superwebarmy commented 2 years ago

Hello, In android native, MediaPlayer class has a method called setVolume which let you set volume for both left and right volume scalar

but currently, this plugin enables us only to pass same value for both

could you please include this feature, this would give us more control for playing with volume