flutter 性能优化案例
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
333 B

4年前
<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>