rodydavis / flutter_midi

Midi Playback in Flutter
https://rodydavis.github.io/flutter_midi/
MIT License
62 stars 56 forks source link

Support for macOS #45

Open hyungtaecf opened 1 year ago

hyungtaecf commented 1 year ago

I wonder if there is any possibility of bringing the compatibility to macOS.

I don't know how different is the architecture to run this project on both iOS and macOS, but many projects don't have many difficulties to bring compatibility to macOS from iOS because they both use Swift and have some things in common.

Thank you.