flutter 性能优化案例
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
333 B

4 yıl önce
<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>