Skip to content

Instantly share code, notes, and snippets.

View AdamMusa's full-sized avatar

AdamMusa AdamMusa

View GitHub Profile
@bizz84
bizz84 / iOS-Podfile
Last active October 12, 2023 08:40
iOS Podfile template for Flutter apps
# Set the platform at the top
platform :ios, '13.0'
# Rest of the pod file
# Update post_install step
post_install do |installer|
# Ensure pods use the minimum deployment target set above
# https://stackoverflow.com/a/64385584/436422
pods_project = installer.pods_project