feat: Add library directive to multiple BLoC and service files for improved organization

This commit is contained in:
Dayron
2025-11-01 16:29:37 +01:00
parent 48be18460c
commit 0a1a2ffde5
21 changed files with 20 additions and 15 deletions

View File

@@ -15,6 +15,7 @@
///
/// All states extend [MessageState] and implement [Equatable] for proper
/// equality comparison and state change detection in the BLoC pattern.
library;
import 'package:equatable/equatable.dart';
import '../../models/message.dart';