This commit is contained in:
xianghairui
2021-06-29 18:17:11 +08:00
parent 6ec9f9e8a1
commit 6b5c6bc1fe
117 changed files with 4593 additions and 201 deletions

View File

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