screen_brightness
screen_brightness copied to clipboard
[feat] Add Swift Package Manager (SPM) Support for iOS
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 Sure. I will support SPM in this week.
@slobodanmilinkovic SPM support has been added in #66
Thank you so much! 🙏