flutter pod file
Mon Jul 01 2024 15:36:49 GMT+0000 (Coordinated Universal Time)
Saved by
@sandipsable
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
flutter_application_path = 'my_flutter_module'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'DogBreeds' do
use_frameworks!
install_all_flutter_pods(flutter_application_path)
end
post_install do |installer|
flutter_post_install(installer) if defined?(flutter_post_install)
end
content_copyCOPY
Comments