refactor!: initial attachments refactor.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-28 21:07:02 +05:30
committed by xsahil03x
parent eb6f0852e8
commit f246de55a1
61 changed files with 3628 additions and 1712 deletions
@@ -9,7 +9,7 @@ export 'src/attachment/attachment.dart';
export 'src/attachment/attachment_title.dart';
export 'src/attachment/handler/stream_attachment_handler.dart';
export 'src/attachment/image_attachment.dart';
export 'src/attachment/image_group.dart';
export 'src/attachment/gallery_attachment.dart';
export 'src/attachment/stream_attachment_package.dart';
export 'src/attachment/url_attachment.dart';
export 'src/attachment/video_attachment.dart';
@@ -96,4 +96,5 @@ export 'src/utils/device_segmentation.dart';
export 'src/utils/extensions.dart';
export 'src/utils/helpers.dart';
export 'src/utils/typedefs.dart';
// TODO: Remove this in favor of StreamVideoAttachmentThumbnail.
export 'src/video/video_thumbnail_image.dart';