mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Add-to-app iOS flutter_post_install post_install hook (#1079)
This commit is contained in:
@@ -20,5 +20,8 @@ target 'IOSUsingPlugin' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
flutter_post_install(installer) if defined?(flutter_post_install)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user