Fix example project Podfile

pull/241/head
Ben Chung 4 years ago
parent a10197dec3
commit fc74fd5107
  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