portal_flutter_ios 0.1.0-alpha.13
portal_flutter_ios: ^0.1.0-alpha.13 copied to clipboard
iOS implementation of the portal_flutter plugin
portal_flutter_ios #
iOS implementation of the portal_flutter plugin.
See the main package portal_flutter for documentation.
Native dependency setup #
This package depends on PortalSwift, which is distributed via GitHub rather than the CocoaPods trunk. How you get it depends on which Apple dependency manager Flutter uses for your app.
Swift Package Manager (default on Flutter 3.24+) #
Nothing to do. PortalSwift is declared in ios/portal_flutter_ios/Package.swift and resolved
straight from its git URL.
CocoaPods #
PortalSwift cannot be resolved from the trunk, so add it to your app's ios/Podfile yourself:
pod 'PortalSwift', :git => 'https://github.com/portal-hq/PortalSwift', :tag => '7.3.0'
The tag must match the PortalSwift version in portal_flutter_ios.podspec.