screen_brightness icon indicating copy to clipboard operation
screen_brightness copied to clipboard

[feat] Add Swift Package Manager (SPM) Support for iOS

Open slobodanmilinkovic opened this issue 8 months ago • 1 comments

Feature Request: Add Swift Package Manager (SPM) Support for iOS

Hi 👋 and thank you for maintaining this plugin!

Currently, when integrating this package into projects that rely on SPM for iOS dependency management (e.g., in fully Swift-based projects or modular apps), it's not possible to add this plugin cleanly without falling back to CocoaPods.

Why this matters

  • Many modern Flutter and native iOS projects are moving toward SPM for its simplicity and integration with Xcode.
  • Reducing reliance on CocoaPods can improve build times and reduce setup complexity.
  • Supporting SPM makes it easier for teams managing hybrid native/Flutter codebases to integrate your plugin.

Thanks again for your work on this project! 🙏

slobodanmilinkovic avatar Apr 24 '25 16:04 slobodanmilinkovic

@slobodanmilinkovic Sure. I will support SPM in this week.

aaassseee avatar Apr 26 '25 13:04 aaassseee

@slobodanmilinkovic SPM support has been added in #66

aaassseee avatar Jun 01 '25 09:06 aaassseee

Thank you so much! 🙏

slobodanmilinkovic avatar Jun 12 '25 17:06 slobodanmilinkovic