Commit Graph
24 Commits
Author SHA1 Message Date
Salvatore Giordano f011bf32fc apply theme to rest of the sdk 2020-12-31 10:24:25 +01:00
Deven Joshi 7fd8a1ed57 feat: Added color theme implementations 2020-12-29 23:10:41 +05:30
Salvatore Giordano 934167c8b7 Merge branch 'feature/new-ui' into feature/theme 2020-12-23 12:22:58 +01:00
Sahil Kumar 1fa3e83c1f Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feat/two-way-pagination
 Conflicts:
	example/lib/new_chat_screen.dart
	lib/src/message_input.dart
2020-12-16 17:03:29 +05:30
Sahil Kumar 7495acee3e changes
Signed-off-by: Sahil Kumar <[email protected]>
2020-12-16 16:56:09 +05:30
Salvatore Giordano 5e7e5aaac0 fix new chat screen flow 2020-12-15 12:18:16 +01:00
Salvatore Giordano 06b2929c37 wip 2020-12-02 13:19:31 +01:00
xsahil03x 5867dc3317 [UserListView] remove redundant property
Signed-off-by: xsahil03x <[email protected]>
2020-11-27 13:45:28 +05:30
xsahil03x ad37e1b465 [UserListView] fix docComments
Signed-off-by: xsahil03x <[email protected]>
2020-11-27 13:44:04 +05:30
xsahil03x 2ee8b72a31 [UserListView] Use LazyLoadScrollView for pagination rather than listening scroll controller 2020-11-24 21:45:42 +05:30
xsahil03x a0afe4d091 [UserListView] Replace ListView.custom, GridView.custom with separated,builder respectively, 2020-11-24 15:06:18 +05:30
xsahil03x 06037acede [UserListView] Add docComment 2020-11-23 13:48:47 +05:30
xsahil03x 4b317d719c Refactor UserListView to support (crossAxisCount > 1) i.e: GridViews 2020-11-23 12:57:20 +05:30
xsahil03x 409d95d86a [UserListView] Add a "isListAlreadySorted" check before sorting list. 2020-11-20 18:06:47 +05:30
xsahil03x c384588d5b UI nit picks 2020-11-20 17:55:55 +05:30
xsahil03x 389656a477 UI nit picks 2020-11-20 12:06:00 +05:30
xsahil03x f3c3214802 [UserListView] Cleanup 2020-11-19 18:18:55 +05:30
xsahil03x 1742fe6f5f feat: Replace List with Set for easier computation. 2020-11-18 17:16:18 +05:30
xsahil03x eda42df7da fix : whereIterable<T> to List<T> 2020-11-18 13:38:08 +05:30
xsahil03x 4561057452 feat : Add support for userName filtering in user list 2020-11-18 13:30:03 +05:30
xsahil03x b115cd254c feat : Add alphabetically grouping flag to User list 2020-11-18 12:56:46 +05:30
xsahil03x 9b36c2348e feat: add selection property to user list item 2020-11-18 00:09:07 +05:30
xsahil03x e5b25d8d06 feat: user list 2020-11-17 23:32:16 +05:30
Sahil Kumar cd8ca90052 feat: user list
Signed-off-by: Sahil Kumar <[email protected]>
2020-11-17 21:30:05 +05:30