fresnel_macos 0.1.0
fresnel_macos: ^0.1.0 copied to clipboard
macOS implementation of fresnel. Bridges SwiftUI's glassEffect / GlassEffectContainer into Flutter.
0.1.0 #
- Initial release. macOS implementation of
fresnel. - Native glass on macOS 26 (Tahoe) via SwiftUI
glassEffect/GlassEffectContainerhosted in anNSHostingControllerbehind anAppKitView. capabilities()resolved natively —ProcessInfo.isOperatingSystemAtLeastfor the OS gate,NSWorkspacefor the accessibility display options.renderSymbol()rasterises SF Symbols throughNSImage(systemSymbolName:).- Everything gated with
#available(macOS 26.0, *); the package links from macOS 10.15 and returnshasNativeGlass: falsebelow 26.