features/attachments/types library

Classes

ActerPinAttachmentsManagerProvider
AttachmentsManagerProvider
This is the actual input type for the providers and widget of this feature the way to get this is through implementing a "wrapper" type for the getter and make sure that the manager hash-id and equal is bound to the inner event type to ensure we don't unnecessarily refresh the UI for unrelated updates
CalendarEventAttachmentsManagerProvider
TaskAttachmentsManagerProvider
TaskListAttachmentsManagerProvider

Extensions

ActerPinAttachmentsManagerProviderExtension on dynamic
CalendarEventAttachmentsManagerProviderExtension on dynamic
TaskAttachmentsManagerProviderExtension on dynamic
TaskListAttachmentsManagerProviderExtension on dynamic

Typedefs

OnAttachmentSelected = Future<void> Function(List<File> files, dynamic attachmentType)
OnLinkSelected = Future<void> Function(String title, String link)