Skip to content

Commit 54735e2

Browse files
feat: ✨ Add Data Models & Other Utils from ChatViewList
1 parent 4ba056b commit 54735e2

File tree

10 files changed

+1016
-1
lines changed

10 files changed

+1016
-1
lines changed

lib/chatview_utils.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
library chatview_utils;
22

3+
export 'src/controller/auto_animated_sliver_list_controller.dart';
34
export 'src/controller/chat_controller.dart';
5+
export 'src/controller/chat_list_controller.dart';
46
export 'src/models/models.dart';
57
export 'src/values/constants.dart';
6-
export 'src/values/enumeration.dart';
8+
export 'src/values/enumeration.dart' hide ChatViewListSortBy;
79
export 'src/values/typedefs.dart';

0 commit comments

Comments
 (0)