The warning is harmless, however, it indicates that messing around with the window's contentView is not recommended. Additionally, according to this post, it also affects the window's resize handle cursors, thus making the window harder to resize, which I can confirm.
The post I linked above also outlines a way to fix this issue, which is why I am opening this issue.
Currently, launching an app that has flutter_acrylic enabled on macOS causes the following warning message to be printed to the console:
The warning is harmless, however, it indicates that messing around with the window's
contentView
is not recommended. Additionally, according to this post, it also affects the window's resize handle cursors, thus making the window harder to resize, which I can confirm.The post I linked above also outlines a way to fix this issue, which is why I am opening this issue.