Skip to main content
Version: 0.3.x

Setup iOS

Activate the Swift Package Manager

The Swift Package Manager is available in the stable channel since Flutter 3.24 but needs to be enabled by running the following command:

flutter config --enable-swift-package-manager

You can also add it just for this project by adding the following line to the pubspec.yaml file of your app:

pubspec.yaml
flutter:
config:
enable-swift-package-manager: true