Skip to content

v0.10.0

Choose a tag to compare

@fonkamloic fonkamloic released this 20 Feb 05:54
· 64 commits to development since this release

What's Changed

  • feat(ios): Migrate to UIScene lifecycle for iOS 26+ compatibility — FlutterSceneLifeCycleDelegate conformance, deprecated UIScreen.main removed, 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 in GeneratedPluginRegistrant.m (#96).
  • fix(ios): Replace UIVisualEffectView blur overlay with CIGaussianBlur — 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