shared_ui/src/rich_text_formatting/bloc/bloc library
Barrel export for rich text formatter BLoC
This file exports all BLoC-related classes for easy importing.
Classes
- EnterKeyPressed
- Enter key pressed event
- FormatApplied
- Format applied event
- InitializeFormatter
- Initialize the formatter
- LinkValidationRequested
- Link validation requested event
- RichTextFormatterBloc
- BLoC for managing rich text formatting state
- RichTextFormatterEvent
- Base class for all rich text formatter events Uses Equatable for proper event comparison in BLoC
- RichTextFormatterInitial
- Initial state before initialization
- RichTextFormatterReady
- Ready state with formatting capabilities
- RichTextFormatterState
- Base class for rich text formatter states Uses Equatable for proper state comparison in BLoC
- SelectionChanged
- Selection changed event