feat: support for android 12 & IOS in example (#60)

This commit is contained in:
Pranav
2022-09-25 12:48:19 +05:45
committed by GitHub
parent 5ed35155de
commit 4c040be4ff
17 changed files with 69 additions and 33 deletions

10
example/ios/Podfile Normal file
View 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