This commit is contained in:
jyuesong
2022-01-12 13:18:44 +08:00
parent 8320748300
commit 7bfae045fb
72 changed files with 1827 additions and 76 deletions

View File

@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.qinglong_app">
<!-- 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>