alexmercerind / flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.
MIT License
605 stars 54 forks source link

Example fails to build on Linux #17

Closed Merrit closed 2 years ago

Merrit commented 2 years ago

Example (and my own implementation) throws an exception.

Running on openSUSE Tumbleweed.

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method Initialize on channel com.alexmercerind/flutter_acrylic))

alexmercerind commented 2 years ago

As careless it may sound, I forgot to update the Linux method call handler since the plugin mainly targets Windows ("acrylic", "mica" are part of Windows 10/11). I released a "hot-fix" to address this issue (v1.0.0+1).

Thanks.

Merrit commented 2 years ago

Can confirm, example now builds and transparency working well. Thank you! :heart: 🎉