Aman-Malhotra / Volume_Flutter

Now you can change android volumes in Flutter. You can change MEDIA volume, NOTIFICATION volume, RING Volume, VOICE CALL Volume, ALARM Volume and SYSTEM Volume. This is exclusively for android right now because I don't have max to do the IOS coding and I don't have experience in IOS coding as well. Pull requests for IOS Implementation are welcome.
MIT License
23 stars 31 forks source link

Update library dependencies and implement plugin v2 embedding #6

Closed tmarkmann closed 4 years ago

tmarkmann commented 4 years ago

Hey, this pull request updates the plugin to the latest flutter standards. I updated library dependencies and gradle, migrated to AndroidX and updated the plugin to work with the new flutter plugin embedding. I also tried to improve the code quality a bit by refactoring and deleting binaries. I also suggest that you change the package name from com.example.volume to a more serious one and comply with the naming conventions of channel names (i.e. 'volume' -> 'package_name/volume').

rodgomesc commented 4 years ago

not finished yet?