niusounds / flutter_pd

Other
1 stars 0 forks source link

Updates for Flutter 2.0 and beyond #1

Open Jiffer opened 2 years ago

Jiffer commented 2 years ago

I have been using your flutter_pd plugin successfully but it is becoming dated and I have not been able to make it work with the most recent versions of Flutter.

I have been trying to rewrite the plugin based on the most recent Flutter plugin template but as I am not very familiar with Kotlin or Swift and I have not been successful. I wonder if you have any plans to update this plugin? I would like to help with this where I can.

I am a huge fan of this project and I hope it continues. The opportunity to run Pd cross platform with Flutter as a front end is very exciting. Any updates or suggestions are much appreciated. Thank you!

Jiffer commented 2 years ago

I made some progress but am getting tangled up in kotlin... [removed irrelevant and incorrect code and error]

I will see if I can create a fork of my changes to make it easier to see how I am going about this.

Jiffer commented 2 years ago

I have updated some of the plugin to use the new "fedrerated plugin" template. It successfully can launch a Pd patch but does not implement the EventChannel or checkPermissions for microphone access. Currently this is only Android. Please take a look here: https://github.com/Jiffer/flutter_pd

niusounds commented 1 year ago

Thank you for folking! I'm referencing your repo and working on #2

Android side is almost done!

niusounds commented 1 year ago

@Jiffer Would you please review my Pull-Requested branch? #2

Thank you