flutter_native_view icon indicating copy to clipboard operation
flutter_native_view copied to clipboard

macOS support?

Open GroovinChip opened this issue 2 years ago • 1 comments

@alexmercerind I know you're unable to do macOS related work, but I just wanted to open this issue as you'll inevitably get requests for macOS support! I would love to contribute in this regard but I have no idea where to start or if this is even possible to achieve on macOS. Regardless, I think having this issue here so that discussion can take place is a good idea.

GroovinChip avatar Mar 29 '22 18:03 GroovinChip

macOS Platform Views are partially supported on Flutter master already :) The implementation is very similar to iOS

https://github.com/flutter/flutter/issues/41722

orestesgaolin avatar Aug 24 '22 21:08 orestesgaolin