mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Add plugin and host registration to multiple_flutters example (#942)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
# Copyright 2021 The Flutter team. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
flutter_application_path = '../multiple_flutters_module'
|
||||
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
|
||||
|
||||
target 'MultipleFluttersIos' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
install_all_flutter_pods(flutter_application_path)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user