alexmercerind / flutter_acrylic

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

Macos Issue #45 #46

Closed damywise closed 1 year ago

damywise commented 1 year ago

This fixes #45 by wrapping the code within addToolbar() function in macos/Classes/MainFlutterWindowManipulator.swift with

if #available(macOS 10.13, *) {
//...
}