fix: ios and android #58

Merged
amirreza.chegini merged 1 commits from fix/ios into develop 1 week ago
  1. 3
      android/app/src/main/AndroidManifest.xml
  2. 2
      ios/Podfile

3
android/app/src/main/AndroidManifest.xml

@ -3,7 +3,8 @@
<application <application
android:label="Hadi &amp; Hoda" android:label="Hadi &amp; Hoda"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" android:exported="true"

2
ios/Podfile

@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project # Uncomment this line to define a global platform for your project
# platform :ios, '13.0'
platform :ios, '15.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency. # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true' ENV['COCOAPODS_DISABLE_STATS'] = 'true'

Loading…
Cancel
Save