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,23 @@
{
"name": "stream_chat_dart_example",
"short_name": "stream_chat_dart_example",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Example using Stream's LLC",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}