Fix example project Podfile (#241)

pull/245/head
Ben Chung 4 years ago committed by GitHub
parent a10197dec3
commit aba8032b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      example/ios/Podfile

@ -28,6 +28,9 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

Loading…
Cancel
Save