Merge remote-tracking branch 'origin/mig-guide' into mig-guide
This commit is contained in:
@@ -28,9 +28,10 @@ to match your app colors and such. If you require any additional feature or cust
|
||||
to request this through our support channels.
|
||||
:::
|
||||
|
||||
:::summary
|
||||
<b>Summary:</b>
|
||||
|
||||
For the quickest and easiest way to add Chat to your app with prebuilt UI components, use stream_chat_flutter
|
||||
:::
|
||||
|
||||
|
||||
#### The case for stream_chat_flutter_core
|
||||
|
||||
@@ -39,9 +40,9 @@ strips away the UI associated with the components and provides the data fetching
|
||||
capabilities while supplying builders for UI. This allows you to implement your own UI and themes
|
||||
completely independently while not worrying about writing functions for data and pagination.
|
||||
|
||||
:::summary
|
||||
<b>Summary:</b>
|
||||
|
||||
For implementing your own custom UI while not having to worry about lower level API calls, use stream_chat_flutter_core.
|
||||
:::
|
||||
|
||||
#### The case for stream_chat
|
||||
|
||||
@@ -49,6 +50,6 @@ The stream_chat package is the Low-level Client (LLC) of Stream Chat in Flutter.
|
||||
the underlying functionality of Stream Chat and allows the most customization in terms of UI, data,
|
||||
and architecture.
|
||||
|
||||
:::summary
|
||||
<b>Summary:</b>
|
||||
|
||||
For the most control over the SDK and dealing with low level calls to the API, use stream_chat.
|
||||
:::
|
||||
Reference in New Issue
Block a user