example project

This commit is contained in:
David Zhao
2021-08-04 11:33:06 -07:00
parent 593890331e
commit 53e5705485
72 changed files with 2198 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.livekit_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>