mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-08-06 14:51:06 +08:00
feat: support for android 12 & IOS in example (#60)
This commit is contained in:
10
example/ios/Podfile
Normal file
10
example/ios/Podfile
Normal file
@ -0,0 +1,10 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
platform :ios, '12.0'
|
||||
|
||||
target 'Runner' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for Runner
|
||||
|
||||
end
|
Reference in New Issue
Block a user