Skip to main contentFlowDeck includes a Packages Dependencies panel that lists your project’s swift packages and allows performing the most common operations.
You can access it via FlowDeck's panel > Package Dependencies or run the commands directly from the Command Palette.
Available Commands
- Add Swift Package: Adds a new Swift Package from a remote Git repository
- Update Packages: Downloads and updates packages to the latest version
- Resolve Package Versions: Refresh the local copy of the selected package versions
- Reset Package Caches: Deletes SPM package caches and downloads/installs all project packages from scratch.