Flutter app for Asset Management
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

8 行
330 B

  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.example.assetstock">
  3. <!-- Flutter needs it to communicate with the running application
  4. to allow setting breakpoints, to provide hot reload, etc.
  5. -->
  6. <uses-permission android:name="android.permission.INTERNET"/>
  7. </manifest>