From d3b6a7e5e55706b1f0fe0951263020313a9e1d38 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 24 Feb 2020 16:20:48 +0100 Subject: [PATCH] update single_conversation example --- .idea/dictionaries/salvatoregiordano.xml | 7 + .idea/workspace.xml | 371 +++++++++++++---------- example/lib/multiple_conversation.dart | 78 +++++ example/lib/single_conversation.dart | 88 ++---- example/test/widget_test.dart | 2 +- lib/src/channel_image.dart | 25 ++ lib/src/channel_list_view.dart | 177 +++++++++++ lib/src/channel_name_text.dart | 19 ++ lib/src/channel_preview.dart | 148 +++++++++ lib/src/message_list_view.dart | 2 +- lib/src/stream_channel.dart | 35 +-- lib/src/stream_chat.dart | 21 +- lib/stream_chat_flutter.dart | 1 + 13 files changed, 714 insertions(+), 260 deletions(-) create mode 100644 .idea/dictionaries/salvatoregiordano.xml create mode 100644 example/lib/multiple_conversation.dart create mode 100644 lib/src/channel_image.dart create mode 100644 lib/src/channel_list_view.dart create mode 100644 lib/src/channel_name_text.dart create mode 100644 lib/src/channel_preview.dart diff --git a/.idea/dictionaries/salvatoregiordano.xml b/.idea/dictionaries/salvatoregiordano.xml new file mode 100644 index 00000000..afc682e7 --- /dev/null +++ b/.idea/dictionaries/salvatoregiordano.xml @@ -0,0 +1,7 @@ + + + + typings + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4b2c7bf3..16c6fe9c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,18 +2,17 @@ - - - + + + + + + - - - + + - - - - - - - - - - - - - - - - - - - - - - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -65,7 +103,7 @@ - + @@ -75,61 +113,15 @@ - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -152,6 +144,9 @@ onThreadSelect build channelClient + dispose + CHANNEL- + _userController @@ -162,17 +157,22 @@ @@ -185,6 +185,7 @@ @@ -206,11 +207,6 @@ - - - - - @@ -244,14 +240,6 @@ - - - - - - - -