Podfile 278 Bytes
Newer Older
1
platform :ios, '11.0'
2 3 4 5 6 7 8

flutter_application_path = '../hello'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')

target 'Host' do
  install_all_flutter_pods flutter_application_path
end
9 10 11 12

post_install do |installer|
  flutter_post_install(installer)
end