bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

Adds a linker flag to link against C++ on macOS #122

Closed zonble closed 11 months ago

zonble commented 2 years ago

bitsdojo_window plugin works fine on Intel mac machines now. However, when using the plug-in on Apple Silicon CPUs like M1, the linker throws an error and says some C++ symbols are missing. The pull request fixes the issue by updating the Podfile.

michaelhwn commented 2 years ago

Hi, will this be merged in the next update/release?