From 1e54f1198b4b19c6d13e9857c706ec82bae9e27d Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 16 Jul 2021 16:48:10 +0200 Subject: [PATCH] replace summary with bold --- docusaurus/docs/Flutter/basics/choose_package.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docusaurus/docs/Flutter/basics/choose_package.mdx b/docusaurus/docs/Flutter/basics/choose_package.mdx index 7a4961c5..8be73f01 100644 --- a/docusaurus/docs/Flutter/basics/choose_package.mdx +++ b/docusaurus/docs/Flutter/basics/choose_package.mdx @@ -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 +Summary: + 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 +Summary: + 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 +Summary: + For the most control over the SDK and dealing with low level calls to the API, use stream_chat. -::: \ No newline at end of file