Browse Source

add: internet permission

pull/19/head
AmirrezaChegini 5 days ago
parent
commit
3215d1c5c9
  1. 1
      android/app/src/main/AndroidManifest.xml
  2. 2
      pubspec.yaml

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

@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application <application
android:label="shia_game_flutter" android:label="shia_game_flutter"
android:name="${applicationName}" android:name="${applicationName}"

2
pubspec.yaml

@ -1,7 +1,7 @@
name: shia_game_flutter name: shia_game_flutter
description: "A new Flutter project." description: "A new Flutter project."
publish_to: 'none' publish_to: 'none'
version: 0.0.1
version: 0.1.0+1
environment: environment:
sdk: ^3.9.2 sdk: ^3.9.2

Loading…
Cancel
Save