Add example to dart client

This commit is contained in:
Neevash Ramdial
2021-01-20 11:09:44 -04:00
parent 53a26d0a59
commit e3f90de28e
66 changed files with 1127 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.getstream.stream_chat_dart_example.stream_chat_dart_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>