feat: Added new docs

This commit is contained in:
Deven Joshi
2021-06-23 13:18:19 +05:30
parent ce14b958e2
commit 0e1ed9b66f
3 changed files with 25 additions and 3 deletions
@@ -59,7 +59,7 @@ Note: It is also possible to add more than two people in a distinct channel whic
In summary, if you were creating a Whatsapp-like app, the first screen would be a <b>list of channels</b> - which on opening would show a <b>list of messages</b> that were sent by the users in the Channel.
While this is a simplistic overview of the service, thankfully the Flutter SDK handles the UI and more time consuming things (media upload, offline storage, theming, etc.) for us.
While this is a simplistic overview of the service, the Flutter SDK handles the UI and more time consuming things (media upload, offline storage, theming, etc.) for you.
Before reading the docs, consider trying our [online API tour](https://getstream.io/chat/get_started/),
it is a nice way to learn how the API works.