I raised this matter before in #329 - right now I added the plugin to another project and by default it still fetches CocoaPods (I do not have pods in this project at all, so it's not caused by any other libraries. Here is my doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.41.6, on macOS 26.4 25E246 darwin-arm64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.4)
[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
I'm using open_file: 3.5.11, I also trued fetching directly from git with
open_file:
git:
url: https://github.com/crazecoder/open_file.git
ref: master
but no matter what I do the dependency always requires Cocoapods. @vicajilau issued a fix for this in #331 but I think there may be something else wrong with SPM configuration
I raised this matter before in #329 - right now I added the plugin to another project and by default it still fetches CocoaPods (I do not have pods in this project at all, so it's not caused by any other libraries. Here is my doctor output:
I'm using
open_file: 3.5.11, I also trued fetching directly from git withbut no matter what I do the dependency always requires Cocoapods. @vicajilau issued a fix for this in #331 but I think there may be something else wrong with SPM configuration