25.iOS原生嵌入FlutterModule
Last updated
Last updated
flutter create -t module 你的module名字比如my_module命名要符合规范flutter_application_path = 'flutter Module 路径'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'FlutterDemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
end