A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
81
stars
62
forks
source link
Updated podspec file to specify Swift 4.2 as required by changes made #13
Closed
tkeithblack closed 4 years ago
ContactFormsHandler.swift and others were receiving the following error:
UIKit.UIActivityIndicatorView:6:12: note: 'init(style:)' was introduced in Swift 4.2 public init(style: UIActivityIndicatorViewStyle)
This pull request updates the flutter_contact.podspec file to specify Swift 4.2.