flutter 性能优化案例
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

7 行
333 B

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.trgis.flutteroptimize">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>