leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
724 stars 205 forks source link

'isBezeled' was deprecated in macOS 14.0 #429

Closed colinbes closed 3 months ago

colinbes commented 10 months ago

Getting this warning in a flutter app with minimum target set for 14.0

window_manager-0.3.7/macos/Classes/WindowManager.swift:436:31: warning: 'isBezeled' was deprecated in macOS 14.0: The bezeled property is not respected on 10.15 and later
            progressIndicator.isBezeled = true