fix(native): bound cross-platform lifecycle ownership

This commit is contained in:
edde746
2026-07-24 03:56:40 +02:00
parent 09656fa4d3
commit 9f2e050797
98 changed files with 12908 additions and 1599 deletions
+3
View File
@@ -60,6 +60,9 @@ target 'Runner' do
raise "tvos/Podfile: plugin '#{name}' not in .flutter-plugins-dependencies"
pod name, :path => File.join(base, 'ios')
end
target 'RunnerTests' do
inherit! :search_paths
end
end
post_install do |installer|