fresnel_macos 0.1.0 copy "fresnel_macos: ^0.1.0" to clipboard
fresnel_macos: ^0.1.0 copied to clipboard

PlatformmacOS

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 / GlassEffectContainer hosted in an NSHostingController behind an AppKitView.
  • capabilities() resolved natively — ProcessInfo.isOperatingSystemAtLeast for the OS gate, NSWorkspace for the accessibility display options.
  • renderSymbol() rasterises SF Symbols through NSImage(systemSymbolName:).
  • Everything gated with #available(macOS 26.0, *); the package links from macOS 10.15 and returns hasNativeGlass: false below 26.
0
likes
150
points
75
downloads

Documentation

API reference

Publisher

verified publisherwaqaralisiyal.com

Weekly Downloads

macOS implementation of fresnel. Bridges SwiftUI's glassEffect / GlassEffectContainer into Flutter.

Repository (GitHub)
View/report issues
Contributing

Topics

#liquid-glass #macos #glassmorphism #native

License

MIT (license)

Dependencies

flutter, fresnel_platform_interface, fresnel_shader

More

Packages that depend on fresnel_macos

Packages that implement fresnel_macos