Can't build the iOS app after adding this package to my project. Fails with SWIFT_VERSION error even though I have run the 'flutter create -i swift' command on the directory the project is in.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 3.0, 4.0, 4.2. This setting can be set in the build settings editor.
Using Flutter 0.11.3 with latest XCode.