Skip to content

Commit 8e3afe7

Browse files
feat: ✨ Add Data Models & Other Utils from ChatViewList
1 parent 2393c58 commit 8e3afe7

File tree

12 files changed

+1056
-9
lines changed

12 files changed

+1056
-9
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)