Slide 18
Slide 18 text
SETUP -iOS-
Setup Podfile
※If you don’t have Podfile, execute `pod init`
Podfile
flutter_application_path = ‘../my_flutter/‘
eval(File.read(
File.join(flutter_application_path,
‘.ios’, ‘Flutter’, ‘podhelper.rb’)),
binding)
And execute `pod install`