v0.10.0
·
64 commits
to development
since this release
What's Changed
- feat(ios): Migrate to
UIScenelifecycle for iOS 26+ compatibility —FlutterSceneLifeCycleDelegateconformance, deprecatedUIScreen.mainremoved, deployment target bumped to iOS 13.0 / Flutter >=3.38.0. ([#97]) - fix(ios): Add
@objc(NoScreenshotPlugin)annotation for Swift Package Manager builds — fixes "Unknown receiver 'NoScreenshotPlugin'" compilation error inGeneratedPluginRegistrant.m(#96). - fix(ios): Replace
UIVisualEffectViewblur overlay withCIGaussianBlur— the previous implementation darkened the screen instead of blurring it; now captures a window snapshot and applies a true Gaussian blur with configurable radius.
Full Changelog: v0.9.1...v0.10.0