What's New
- Fix SPM compilation: Explicitly declare the
FlutterFrameworkdependency inPackage.swiftfor compatibility with Flutter 3.44+. Previously, the build would fail becauseimport Fluttercould not be resolved in the plugin's Swift code.
FlutterFramework dependency in Package.swift for compatibility with Flutter 3.44+. Previously, the build would fail because import Flutter could not be resolved in the plugin's Swift code.